Html Css Color HEX #8B7A70 Hurricane

📋 copy color: '#8B7A70'

red 139 ◦ green 122 ◦ blue 112

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

Shades of Hurricane #8B7A70

Tints of Hurricane #8B7A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.03%

R = 37.27%
G = 32.71%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B7A70 (or 0x8B7A70) is known color: Hurricane. HEX triplet: 8B, 7A and 70. RGB value is (139,122,112). Sum of RGB (Red+Green+Blue) = 139+122+112=373 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.27% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7A70 is #74858F. Grayscale: #7D7D7D. Windows color (decimal): -7636368 or 7371403. OLE color: 7371403.

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

Color convert

RGB 139 122 112 -
CMYK 0 0.12 0.19 0.45
HSL 22.22º 0.11% 0.49% -
HSV(B) 22.22º 0.19% 0.55% -
XYZ 20.53 20.58 18.22 -
YUV 125.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 139 122 112 0 0.12 0.19 0.45 22.22 0.11 0.49
Hex 8B 7A 70 0 C 13 2D 16 B 31
Octal 213 172 160 0 14 23 55 26 13 61
Binary 10001011 1111010 1110000 0 1100 10011 101101 10110 1011 110001

Color Harmonies of #8B7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7A70

Black with #8B7A70

Text Example


Text Example

White with #8B7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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