Html Css Color HEX #8A7F79 Hurricane

📋 copy color: '#8A7F79'

red 138 ◦ green 127 ◦ blue 121

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

Shades of Hurricane #8A7F79

Tints of Hurricane #8A7F79

RGB

 RED value IS 138 (54.3% from 255) = 35.75%

 GREEN value IS 127 (50% from 255) = 32.9%

 BLUE value IS 121 (47.66% from 255) = 31.35%

R = 35.75%
G = 32.9%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A7F79 (or 0x8A7F79) is known color: Hurricane. HEX triplet: 8A, 7F and 79. RGB value is (138,127,121). Sum of RGB (Red+Green+Blue) = 138+127+121=386 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.75% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7F79 is #758086. Grayscale: #818181. Windows color (decimal): -7700615 or 7962506. OLE color: 7962506.

HSL color Cylindrical-coordinate representation of color #8A7F79: hue angle of 21.18º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A7F79 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 127 121 -
CMYK 0 0.08 0.12 0.46
HSL 21.18º 0.07% 0.51% -
HSV(B) 21.18º 0.12% 0.54% -
XYZ 21.52 21.96 21.19 -
YUV 129.61 123.14 133.99 -
System Red Green Blue C M Y K H S L
Decimal 138 127 121 0 0.08 0.12 0.46 21.18 0.07 0.51
Hex 8A 7F 79 0 8 C 2E 15 7 33
Octal 212 177 171 0 10 14 56 25 7 63
Binary 10001010 1111111 1111001 0 1000 1100 101110 10101 111 110011

Color Harmonies of #8A7F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7F79

Black with #8A7F79

Text Example


Text Example

White with #8A7F79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A7F79; }

 p { color: rgb(138,127,121); }

 H1.HeaderClassName
 {
   color: #8A7F79;
 }
 .AnyTagClassName
 {
   color: #8A7F79;
 }
</style>

background-color css

<style>
 a { background-color: #8A7F79; }

 a { background-color: rgb(138,127,121); }

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

border-color css

<style>
 span { border-color: #8A7F79; }

 span { border-color: rgb(138,127,121); }

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