Html Css Color HEX #80714F Shadow

📋 copy color: '#80714F'

red 128 ◦ green 113 ◦ blue 79

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

Shades of Shadow #80714F

Tints of Shadow #80714F

RGB

 RED value IS 128 (50.39% from 255) = 40%

 GREEN value IS 113 (44.53% from 255) = 35.31%

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

R = 40%
G = 35.31%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#80714F (or 0x80714F) is known color: Shadow. HEX triplet: 80, 71 and 4F. RGB value is (128,113,79). Sum of RGB (Red+Green+Blue) = 128+113+79=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 113 (44.53% from 255 or 35.31% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80714F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80714F is #7F8EB0. Grayscale: #717171. Windows color (decimal): -8359601 or 5206400. OLE color: 5206400.

HSL color Cylindrical-coordinate representation of color #80714F: hue angle of 41.63º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80714F is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 79 -
CMYK 0 0.12 0.38 0.50
HSL 41.63º 0.24% 0.41% -
HSV(B) 41.63º 0.38% 0.5% -
XYZ 16.22 16.96 9.82 -
YUV 113.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 128 113 79 0 0.12 0.38 0.50 41.63 0.24 0.41
Hex 80 71 4F 0 C 26 32 2A 18 29
Octal 200 161 117 0 14 46 62 52 30 51
Binary 10000000 1110001 1001111 0 1100 100110 110010 101010 11000 101001

Color Harmonies of #80714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80714F

Black with #80714F

Text Example


Text Example

White with #80714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,113,79); }

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

background-color css

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

 a { background-color: rgb(128,113,79); }

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

border-color css

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

 span { border-color: rgb(128,113,79); }

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