Html Css Color HEX #8B766F Hurricane

📋 copy color: '#8B766F'

red 139 ◦ green 118 ◦ blue 111

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

Shades of Hurricane #8B766F

Tints of Hurricane #8B766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 37.77%
G = 32.07%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B766F (or 0x8B766F) is known color: Hurricane. HEX triplet: 8B, 76 and 6F. RGB value is (139,118,111). Sum of RGB (Red+Green+Blue) = 139+118+111=368 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.77% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 139 - color contains mainly: red. Hex color #8B766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B766F is #748990. Grayscale: #7B7B7B. Windows color (decimal): -7637393 or 7304843. OLE color: 7304843.

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

Color convert

RGB 139 118 111 -
CMYK 0 0.15 0.20 0.45
HSL 15º 0.11% 0.49% -
HSV(B) 15º 0.2% 0.55% -
XYZ 20 19.59 17.77 -
YUV 123.48 120.96 139.07 -
System Red Green Blue C M Y K H S L
Decimal 139 118 111 0 0.15 0.20 0.45 15 0.11 0.49
Hex 8B 76 6F 0 F 14 2D F B 31
Octal 213 166 157 0 17 24 55 17 13 61
Binary 10001011 1110110 1101111 0 1111 10100 101101 1111 1011 110001

Color Harmonies of #8B766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B766F

Black with #8B766F

Text Example


Text Example

White with #8B766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,118,111); }

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

background-color css

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

 a { background-color: rgb(139,118,111); }

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

border-color css

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

 span { border-color: rgb(139,118,111); }

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