Html Css Color HEX #8B766D Hurricane

📋 copy color: '#8B766D'

red 139 ◦ green 118 ◦ blue 109

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

Shades of Hurricane #8B766D

Tints of Hurricane #8B766D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.78%

R = 37.98%
G = 32.24%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8B766D (or 0x8B766D) is known color: Hurricane. HEX triplet: 8B, 76 and 6D. RGB value is (139,118,109). Sum of RGB (Red+Green+Blue) = 139+118+109=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 109 (42.97% from 255 or 29.78% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B766D is #748992. Grayscale: #7B7B7B. Windows color (decimal): -7637395 or 7173771. OLE color: 7173771.

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

Color convert

RGB 139 118 109 -
CMYK 0 0.15 0.22 0.45
HSL 18º 0.12% 0.49% -
HSV(B) 18º 0.22% 0.55% -
XYZ 19.89 19.55 17.19 -
YUV 123.25 119.96 139.23 -
System Red Green Blue C M Y K H S L
Decimal 139 118 109 0 0.15 0.22 0.45 18 0.12 0.49
Hex 8B 76 6D 0 F 16 2D 12 C 31
Octal 213 166 155 0 17 26 55 22 14 61
Binary 10001011 1110110 1101101 0 1111 10110 101101 10010 1100 110001

Color Harmonies of #8B766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B766D

Black with #8B766D

Text Example


Text Example

White with #8B766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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