Html Css Color HEX #8A7B72 Hurricane

📋 copy color: '#8A7B72'

red 138 ◦ green 123 ◦ blue 114

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

Shades of Hurricane #8A7B72

Tints of Hurricane #8A7B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 32.8%

 BLUE value IS 114 (44.92% from 255) = 30.4%

R = 36.8%
G = 32.8%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#8A7B72 (or 0x8A7B72) is known color: Hurricane. HEX triplet: 8A, 7B and 72. RGB value is (138,123,114). Sum of RGB (Red+Green+Blue) = 138+123+114=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7B72 is #75848D. Grayscale: #7E7E7E. Windows color (decimal): -7701646 or 7502730. OLE color: 7502730.

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

Color convert

RGB 138 123 114 -
CMYK 0 0.11 0.17 0.46
HSL 22.5º 0.1% 0.49% -
HSV(B) 22.5º 0.17% 0.54% -
XYZ 20.6 20.78 18.85 -
YUV 126.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 138 123 114 0 0.11 0.17 0.46 22.5 0.1 0.49
Hex 8A 7B 72 0 B 11 2E 16 A 31
Octal 212 173 162 0 13 21 56 26 12 61
Binary 10001010 1111011 1110010 0 1011 10001 101110 10110 1010 110001

Color Harmonies of #8A7B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7B72

Black with #8A7B72

Text Example


Text Example

White with #8A7B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,123,114); }

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

background-color css

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

 a { background-color: rgb(138,123,114); }

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

border-color css

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

 span { border-color: rgb(138,123,114); }

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