Html Css Color HEX #8A7973 Hurricane

📋 copy color: '#8A7973'

red 138 ◦ green 121 ◦ blue 115

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

Shades of Hurricane #8A7973

Tints of Hurricane #8A7973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 36.9%
G = 32.35%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#8A7973 (or 0x8A7973) is known color: Hurricane. HEX triplet: 8A, 79 and 73. RGB value is (138,121,115). Sum of RGB (Red+Green+Blue) = 138+121+115=374 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.90% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7973 is #75868C. Grayscale: #7D7D7D. Windows color (decimal): -7702157 or 7567754. OLE color: 7567754.

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

Color convert

RGB 138 121 115 -
CMYK 0 0.12 0.17 0.46
HSL 15.65º 0.09% 0.5% -
HSV(B) 15.65º 0.17% 0.54% -
XYZ 20.41 20.32 19.07 -
YUV 125.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 138 121 115 0 0.12 0.17 0.46 15.65 0.09 0.5
Hex 8A 79 73 0 C 11 2E 10 9 32
Octal 212 171 163 0 14 21 56 20 11 62
Binary 10001010 1111001 1110011 0 1100 10001 101110 10000 1001 110010

Color Harmonies of #8A7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7973

Black with #8A7973

Text Example


Text Example

White with #8A7973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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