#756B2F

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

Shades of Crete #756B2F

Tints of Crete #756B2F

Color information

#756B2F (or 0x756B2F) is unknown color: approx Crete. HEX triplet: 75, 6B and 2F. RGB value is (117,107,47). Sum of RGB (Red+Green+Blue) = 117+107+47=271 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.17% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 117 - color contains mainly: red. Hex color #756B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756B2F is #8A94D0. Grayscale: #676767. Windows color (decimal): -9082065 or 3107701. OLE color: 3107701.

HSL color Cylindrical-coordinate representation of color #756B2F: hue angle of 51.43º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #756B2F is Cyan = 0, Magento = 0.09, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB11710747-
CMYK00.090.600.54
HSL51.43º42.68%32.16%-
HSV(B)51.43º59.83%45.88%-
XYZ13.1114.54.8-
YUV103.1596.31137.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.17%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=43.17%
G=39.48%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171074700.090.600.5451.4342.6832.16
Hex756B2F093C36332b20
Octal165153570117466635340
Binary1110101110101110111101001111100110110110011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,107,47); }

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

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

 a { background-color: rgb(117,107,47); }

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

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

 span { border-color: rgb(117,107,47); }

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