Html Css Color HEX #80715A Cement

📋 copy color: '#80715A'

red 128 ◦ green 113 ◦ blue 90

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

Shades of Cement #80715A

Tints of Cement #80715A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.19%

R = 38.67%
G = 34.14%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#80715A (or 0x80715A) is known color: Cement. HEX triplet: 80, 71 and 5A. RGB value is (128,113,90). Sum of RGB (Red+Green+Blue) = 128+113+90=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 90 (35.55% from 255 or 27.19% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #80715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80715A is #7F8EA5. Grayscale: #727272. Windows color (decimal): -8359590 or 5927296. OLE color: 5927296.

HSL color Cylindrical-coordinate representation of color #80715A: hue angle of 36.32º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #80715A is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 90 -
CMYK 0 0.12 0.30 0.50
HSL 36.32º 0.17% 0.43% -
HSV(B) 36.32º 0.3% 0.5% -
XYZ 16.65 17.14 12.1 -
YUV 114.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 128 113 90 0 0.12 0.30 0.50 36.32 0.17 0.43
Hex 80 71 5A 0 C 1E 32 24 11 2B
Octal 200 161 132 0 14 36 62 44 21 53
Binary 10000000 1110001 1011010 0 1100 11110 110010 100100 10001 101011

Color Harmonies of #80715A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80715A

Black with #80715A

Text Example


Text Example

White with #80715A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80715A; }

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

 H1.HeaderClassName
 {
   color: #80715A;
 }
 .AnyTagClassName
 {
   color: #80715A;
 }
</style>

background-color css

<style>
 a { background-color: #80715A; }

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

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

border-color css

<style>
 span { border-color: #80715A; }

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

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