#756C29

Color #756C29 Crete (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crete #756C29

Tints of Crete #756C29

Color information

#756C29 (or 0x756C29) is unknown color: approx Crete. HEX triplet: 75, 6C and 29. RGB value is (117,108,41). Sum of RGB (Red+Green+Blue) = 117+108+41=266 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.98% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 117 - color contains mainly: red. Hex color #756C29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C29 is #8A93D6. Grayscale: #676767. Windows color (decimal): -9081815 or 2714741. OLE color: 2714741.

HSL color Cylindrical-coordinate representation of color #756C29: hue angle of 52.89º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #756C29 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB11710841-
CMYK00.080.650.54
HSL52.89º48.1%30.98%-
HSV(B)52.89º64.96%45.88%-
XYZ13.114.674.24-
YUV103.0592.98137.95-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.98%
GREEN value IS 108 (42.58% from 255) = 40.60%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=43.98%
G=40.60%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171084100.080.650.5452.8948.130.98
Hex756C2908413635301f
Octal1651545101010166656037
Binary1110101110110010100101000100000111011011010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756C29; }

 p { color: rgb(117,108,41); }

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

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

 a { background-color: rgb(117,108,41); }

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

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

 span { border-color: rgb(117,108,41); }

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