#7F705B

Color #7F705B Cement (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cement #7F705B

Tints of Cement #7F705B

Color information

#7F705B (or 0x7F705B) is unknown color: approx Cement. HEX triplet: 7F, 70 and 5B. RGB value is (127,112,91). Sum of RGB (Red+Green+Blue) = 127+112+91=330 (43% of max value = 765). Red value is 127 (50% from 255 or 38.48% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 91 (35.94% from 255 or 27.58% from 330); Max value from RGB is 127 - color contains mainly: red. Hex color #7F705B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F705B is #808FA4. Grayscale: #727272. Windows color (decimal): -8425381 or 5992575. OLE color: 5992575.

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

Color convert

RGB12711291-
CMYK00.120.280.50
HSL35º16.51%42.75%-
HSV(B)35º28.35%49.8%-
XYZ16.4316.8612.28-
YUV114.09114.97137.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.48%
GREEN value IS 112 (44.14% from 255) = 33.94%
BLUE value IS 91 (35.94% from 255) = 27.58%
R=38.48%
G=33.94%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271129100.120.280.503516.5142.75
Hex7F705B0C1C3223112b
Octal1771601330143462432153
Binary111111111100001011011011001110011001010001110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F705B; }

 p { color: rgb(127,112,91); }

 H1.HeaderClassName
 {
   color: #7F705B;
 }
 .AnyTagClassName
 {
   color: #7F705B;
 }
</style>
background-color css

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

 a { background-color: rgb(127,112,91); }

 div.DivClassName
 {
   background-color: #7F705B;
 }
 .BgClassName
 {
   background-color: #7F705B;
 }
</style>
border-color css

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

 span { border-color: rgb(127,112,91); }

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