Html Css Color HEX #8D766D Hurricane

📋 copy color: '#8D766D'

red 141 ◦ green 118 ◦ blue 109

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

Shades of Hurricane #8D766D

Tints of Hurricane #8D766D

RGB

 RED value IS 141 (55.47% from 255) = 38.32%

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

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

R = 38.32%
G = 32.07%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D766D (or 0x8D766D) is known color: Hurricane. HEX triplet: 8D, 76 and 6D. RGB value is (141,118,109). Sum of RGB (Red+Green+Blue) = 141+118+109=368 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.32% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 141 - color contains mainly: red. Hex color #8D766D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D766D is #728992. Grayscale: #7B7B7B. Windows color (decimal): -7506323 or 7173773. OLE color: 7173773.

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

Color convert

RGB 141 118 109 -
CMYK 0 0.16 0.23 0.45
HSL 16.88º 0.13% 0.49% -
HSV(B) 16.88º 0.23% 0.55% -
XYZ 20.22 19.72 17.21 -
YUV 123.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 141 118 109 0 0.16 0.23 0.45 16.88 0.13 0.49
Hex 8D 76 6D 0 10 17 2D 11 D 31
Octal 215 166 155 0 20 27 55 21 15 61
Binary 10001101 1110110 1101101 0 10000 10111 101101 10001 1101 110001

Color Harmonies of #8D766D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D766D

Black with #8D766D

Text Example


Text Example

White with #8D766D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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