Html Css Color HEX #75677A Rum

📋 copy color: '#75677A'

red 117 ◦ green 103 ◦ blue 122

#75677A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rum #75677A

Tints of Rum #75677A

RGB

 RED value IS 117 (46.09% from 255) = 34.21%

 GREEN value IS 103 (40.63% from 255) = 30.12%

 BLUE value IS 122 (48.05% from 255) = 35.67%

R = 34.21%
G = 30.12%
B = 35.67%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75677A (or 0x75677A) is known color: Rum. HEX triplet: 75, 67 and 7A. RGB value is (117,103,122). Sum of RGB (Red+Green+Blue) = 117+103+122=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 122 - color contains mainly: blue. Hex color #75677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75677A is #8A9885. Grayscale: #6D6D6D. Windows color (decimal): -9083014 or 8021877. OLE color: 8021877.

HSL color Cylindrical-coordinate representation of color #75677A: hue angle of 284.21º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #75677A is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 103 122 -
CMYK 0.04 0.16 0 0.52
HSL 284.21º 0.08% 0.44% -
HSV(B) 284.21º 0.16% 0.48% -
XYZ 15.7 14.89 20.46 -
YUV 109.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 117 103 122 0.04 0.16 0 0.52 284.21 0.08 0.44
Hex 75 67 7A 4 10 0 34 11C 8 2C
Octal 165 147 172 4 20 0 64 434 10 54
Binary 1110101 1100111 1111010 100 10000 0 110100 100011100 1000 101100

Color Harmonies of #75677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75677A

Black with #75677A

Text Example


Text Example

White with #75677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75677A; }

 p { color: rgb(117,103,122); }

 H1.HeaderClassName
 {
   color: #75677A;
 }
 .AnyTagClassName
 {
   color: #75677A;
 }
</style>

background-color css

<style>
 a { background-color: #75677A; }

 a { background-color: rgb(117,103,122); }

 div.DivClassName
 {
   background-color: #75677A;
 }
 .BgClassName
 {
   background-color: #75677A;
 }
</style>

border-color css

<style>
 span { border-color: #75677A; }

 span { border-color: rgb(117,103,122); }

 td.TdClassName
 {
   border-color: #75677A;
 }
 .TagClassName
 {
   border-color: #75677A;
 }
</style>