Html Css Color HEX #8B7A74 Hurricane

📋 copy color: '#8B7A74'

red 139 ◦ green 122 ◦ blue 116

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

Shades of Hurricane #8B7A74

Tints of Hurricane #8B7A74

RGB

 RED value IS 139 (54.69% from 255) = 36.87%

 GREEN value IS 122 (48.05% from 255) = 32.36%

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

R = 36.87%
G = 32.36%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B7A74 (or 0x8B7A74) is known color: Hurricane. HEX triplet: 8B, 7A and 74. RGB value is (139,122,116). Sum of RGB (Red+Green+Blue) = 139+122+116=377 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.87% from 377); Green value is 122 (48.05% from 255 or 32.36% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A74 is #74858B. Grayscale: #7E7E7E. Windows color (decimal): -7636364 or 7633547. OLE color: 7633547.

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

Color convert

RGB 139 122 116 -
CMYK 0 0.12 0.17 0.45
HSL 15.65º 0.09% 0.5% -
HSV(B) 15.65º 0.17% 0.55% -
XYZ 20.76 20.67 19.42 -
YUV 126.4 122.13 136.99 -
System Red Green Blue C M Y K H S L
Decimal 139 122 116 0 0.12 0.17 0.45 15.65 0.09 0.5
Hex 8B 7A 74 0 C 11 2D 10 9 32
Octal 213 172 164 0 14 21 55 20 11 62
Binary 10001011 1111010 1110100 0 1100 10001 101101 10000 1001 110010

Color Harmonies of #8B7A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7A74

Black with #8B7A74

Text Example


Text Example

White with #8B7A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,122,116); }

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

background-color css

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

 a { background-color: rgb(139,122,116); }

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

border-color css

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

 span { border-color: rgb(139,122,116); }

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