Html Css Color HEX #8A7974 Hurricane

📋 copy color: '#8A7974'

red 138 ◦ green 121 ◦ blue 116

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

Shades of Hurricane #8A7974

Tints of Hurricane #8A7974

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 36.8%
G = 32.27%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#8A7974 (or 0x8A7974) is known color: Hurricane. HEX triplet: 8A, 79 and 74. RGB value is (138,121,116). Sum of RGB (Red+Green+Blue) = 138+121+116=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7974 is #75868B. Grayscale: #7D7D7D. Windows color (decimal): -7702156 or 7633290. OLE color: 7633290.

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

Color convert

RGB 138 121 116 -
CMYK 0 0.12 0.16 0.46
HSL 13.64º 0.09% 0.5% -
HSV(B) 13.64º 0.16% 0.54% -
XYZ 20.47 20.34 19.37 -
YUV 125.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 138 121 116 0 0.12 0.16 0.46 13.64 0.09 0.5
Hex 8A 79 74 0 C 10 2E E 9 32
Octal 212 171 164 0 14 20 56 16 11 62
Binary 10001010 1111001 1110100 0 1100 10000 101110 1110 1001 110010

Color Harmonies of #8A7974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7974

Black with #8A7974

Text Example


Text Example

White with #8A7974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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