#7E6C55

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

Shades of Cement #7E6C55

Tints of Cement #7E6C55

Color information

#7E6C55 (or 0x7E6C55) is unknown color: approx Cement. HEX triplet: 7E, 6C and 55. RGB value is (126,108,85). Sum of RGB (Red+Green+Blue) = 126+108+85=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 126 - color contains mainly: red. Hex color #7E6C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E6C55 is #8193AA. Grayscale: #6E6E6E. Windows color (decimal): -8491947 or 5598334. OLE color: 5598334.

HSL color Cylindrical-coordinate representation of color #7E6C55: hue angle of 33.66º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7E6C55 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB12610885-
CMYK00.140.330.51
HSL33.66º19.43%41.37%-
HSV(B)33.66º32.54%49.41%-
XYZ15.6115.8210.82-
YUV110.76113.46138.87-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 39.50%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=39.50%
G=33.86%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.33
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1261088500.140.330.5133.6619.4341.37
Hex7E6C550E2133221329
Octal1761541250164163422351
Binary1111110110110010101010111010000111001110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E6C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,108,85); }

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

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

 a { background-color: rgb(126,108,85); }

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

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

 span { border-color: rgb(126,108,85); }

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