Html Css Color HEX #8B7D79 Hurricane

📋 copy color: '#8B7D79'

red 139 ◦ green 125 ◦ blue 121

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

Shades of Hurricane #8B7D79

Tints of Hurricane #8B7D79

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

 BLUE value IS 121 (47.66% from 255) = 31.43%

R = 36.1%
G = 32.47%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.45

RGB Variations

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

Color information

#8B7D79 (or 0x8B7D79) is known color: Hurricane. HEX triplet: 8B, 7D and 79. RGB value is (139,125,121). Sum of RGB (Red+Green+Blue) = 139+125+121=385 (50% of max value = 765). Red value is 139 (54.69% from 255 or 36.10% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B7D79 is #748286. Grayscale: #808080. Windows color (decimal): -7635591 or 7961995. OLE color: 7961995.

HSL color Cylindrical-coordinate representation of color #8B7D79: hue angle of 13.33º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8B7D79 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 125 121 -
CMYK 0 0.10 0.13 0.45
HSL 13.33º 0.07% 0.51% -
HSV(B) 13.33º 0.13% 0.55% -
XYZ 21.43 21.54 21.12 -
YUV 128.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 139 125 121 0 0.10 0.13 0.45 13.33 0.07 0.51
Hex 8B 7D 79 0 A D 2D D 7 33
Octal 213 175 171 0 12 15 55 15 7 63
Binary 10001011 1111101 1111001 0 1010 1101 101101 1101 111 110011

Color Harmonies of #8B7D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7D79

Black with #8B7D79

Text Example


Text Example

White with #8B7D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,125,121); }

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

background-color css

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

 a { background-color: rgb(139,125,121); }

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

border-color css

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

 span { border-color: rgb(139,125,121); }

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