Html Css Color HEX #8B756C Hurricane

📋 copy color: '#8B756C'

red 139 ◦ green 117 ◦ blue 108

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

Shades of Hurricane #8B756C

Tints of Hurricane #8B756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.14%

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 38.19%
G = 32.14%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B756C (or 0x8B756C) is known color: Hurricane. HEX triplet: 8B, 75 and 6C. RGB value is (139,117,108). Sum of RGB (Red+Green+Blue) = 139+117+108=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 117 (46.09% from 255 or 32.14% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B756C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B756C is #748A93. Grayscale: #7A7A7A. Windows color (decimal): -7637652 or 7107979. OLE color: 7107979.

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

Color convert

RGB 139 117 108 -
CMYK 0 0.16 0.22 0.45
HSL 17.42º 0.13% 0.48% -
HSV(B) 17.42º 0.22% 0.55% -
XYZ 19.72 19.29 16.87 -
YUV 122.55 119.79 139.73 -
System Red Green Blue C M Y K H S L
Decimal 139 117 108 0 0.16 0.22 0.45 17.42 0.13 0.48
Hex 8B 75 6C 0 10 16 2D 11 D 30
Octal 213 165 154 0 20 26 55 21 15 60
Binary 10001011 1110101 1101100 0 10000 10110 101101 10001 1101 110000

Color Harmonies of #8B756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B756C

Black with #8B756C

Text Example


Text Example

White with #8B756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,117,108); }

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

background-color css

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

 a { background-color: rgb(139,117,108); }

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

border-color css

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

 span { border-color: rgb(139,117,108); }

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