Html Css Color HEX #8A766F Hurricane

📋 copy color: '#8A766F'

red 138 ◦ green 118 ◦ blue 111

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

Shades of Hurricane #8A766F

Tints of Hurricane #8A766F

RGB

 RED value IS 138 (54.3% from 255) = 37.6%

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

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

R = 37.6%
G = 32.15%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A766F (or 0x8A766F) is known color: Hurricane. HEX triplet: 8A, 76 and 6F. RGB value is (138,118,111). Sum of RGB (Red+Green+Blue) = 138+118+111=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 118 (46.48% from 255 or 32.15% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 138 - color contains mainly: red. Hex color #8A766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A766F is #758990. Grayscale: #7B7B7B. Windows color (decimal): -7702929 or 7304842. OLE color: 7304842.

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

Color convert

RGB 138 118 111 -
CMYK 0 0.14 0.20 0.46
HSL 15.56º 0.11% 0.49% -
HSV(B) 15.56º 0.2% 0.54% -
XYZ 19.83 19.51 17.76 -
YUV 123.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 138 118 111 0 0.14 0.20 0.46 15.56 0.11 0.49
Hex 8A 76 6F 0 E 14 2E 10 B 31
Octal 212 166 157 0 16 24 56 20 13 61
Binary 10001010 1110110 1101111 0 1110 10100 101110 10000 1011 110001

Color Harmonies of #8A766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A766F

Black with #8A766F

Text Example


Text Example

White with #8A766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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