Html Css Color HEX #807058 Cement

📋 copy color: '#807058'

red 128 ◦ green 112 ◦ blue 88

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

Shades of Cement #807058

Tints of Cement #807058

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 88 (34.77% from 255) = 26.83%

R = 39.02%
G = 34.15%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#807058 (or 0x807058) is known color: Cement. HEX triplet: 80, 70 and 58. RGB value is (128,112,88). Sum of RGB (Red+Green+Blue) = 128+112+88=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 128 - color contains mainly: red. Hex color #807058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807058 is #7F8FA7. Grayscale: #727272. Windows color (decimal): -8359848 or 5795968. OLE color: 5795968.

HSL color Cylindrical-coordinate representation of color #807058: hue angle of 36º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #807058 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 112 88 -
CMYK 0 0.12 0.31 0.50
HSL 36º 0.19% 0.42% -
HSV(B) 36º 0.31% 0.5% -
XYZ 16.46 16.88 11.62 -
YUV 114.05 113.3 137.95 -
System Red Green Blue C M Y K H S L
Decimal 128 112 88 0 0.12 0.31 0.50 36 0.19 0.42
Hex 80 70 58 0 C 1F 32 24 13 2A
Octal 200 160 130 0 14 37 62 44 23 52
Binary 10000000 1110000 1011000 0 1100 11111 110010 100100 10011 101010

Color Harmonies of #807058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807058

Black with #807058

Text Example


Text Example

White with #807058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807058; }

 p { color: rgb(128,112,88); }

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

background-color css

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

 a { background-color: rgb(128,112,88); }

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

border-color css

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

 span { border-color: rgb(128,112,88); }

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