Html Css Color HEX #85764F Shadow

📋 copy color: '#85764F'

red 133 ◦ green 118 ◦ blue 79

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

Shades of Shadow #85764F

Tints of Shadow #85764F

RGB

 RED value IS 133 (52.34% from 255) = 40.3%

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

 BLUE value IS 79 (31.25% from 255) = 23.94%

R = 40.3%
G = 35.76%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85764F (or 0x85764F) is known color: Shadow. HEX triplet: 85, 76 and 4F. RGB value is (133,118,79). Sum of RGB (Red+Green+Blue) = 133+118+79=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85764F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85764F is #7A89B0. Grayscale: #767676. Windows color (decimal): -8030641 or 5207685. OLE color: 5207685.

HSL color Cylindrical-coordinate representation of color #85764F: hue angle of 43.33º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85764F is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 118 79 -
CMYK 0 0.11 0.41 0.48
HSL 43.33º 0.25% 0.42% -
HSV(B) 43.33º 0.41% 0.52% -
XYZ 17.56 18.51 10.04 -
YUV 118.04 105.97 138.67 -
System Red Green Blue C M Y K H S L
Decimal 133 118 79 0 0.11 0.41 0.48 43.33 0.25 0.42
Hex 85 76 4F 0 B 29 30 2B 19 2A
Octal 205 166 117 0 13 51 60 53 31 52
Binary 10000101 1110110 1001111 0 1011 101001 110000 101011 11001 101010

Color Harmonies of #85764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85764F

Black with #85764F

Text Example


Text Example

White with #85764F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85764F; }

 p { color: rgb(133,118,79); }

 H1.HeaderClassName
 {
   color: #85764F;
 }
 .AnyTagClassName
 {
   color: #85764F;
 }
</style>

background-color css

<style>
 a { background-color: #85764F; }

 a { background-color: rgb(133,118,79); }

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

border-color css

<style>
 span { border-color: #85764F; }

 span { border-color: rgb(133,118,79); }

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