#756F2E

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

Shades of Crete #756F2E

Tints of Crete #756F2E

Color information

#756F2E (or 0x756F2E) is unknown color: approx Crete. HEX triplet: 75, 6F and 2E. RGB value is (117,111,46). Sum of RGB (Red+Green+Blue) = 117+111+46=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #756F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F2E is #8A90D1. Grayscale: #696969. Windows color (decimal): -9081042 or 3043189. OLE color: 3043189.

HSL color Cylindrical-coordinate representation of color #756F2E: hue angle of 54.93º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #756F2E is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB11711146-
CMYK00.050.610.54
HSL54.93º43.56%31.96%-
HSV(B)54.93º60.68%45.88%-
XYZ13.5115.354.83-
YUV105.3894.49136.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 111 (43.75% from 255) = 40.51%
BLUE value IS 46 (18.36% from 255) = 16.79%
R=42.70%
G=40.51%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171114600.050.610.5454.9343.5631.96
Hex756F2E053D36372c20
Octal16515756057566675440
Binary111010111011111011100101111101110110110111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,111,46); }

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

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

 a { background-color: rgb(117,111,46); }

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

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

 span { border-color: rgb(117,111,46); }

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