#756F2D

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

Shades of Crete #756F2D

Tints of Crete #756F2D

Color information

#756F2D (or 0x756F2D) is unknown color: approx Crete. HEX triplet: 75, 6F and 2D. RGB value is (117,111,45). Sum of RGB (Red+Green+Blue) = 117+111+45=273 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.86% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 117 - color contains mainly: red. Hex color #756F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F2D is #8A90D2. Grayscale: #696969. Windows color (decimal): -9081043 or 2977653. OLE color: 2977653.

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

Color convert

RGB11711145-
CMYK00.050.620.54
HSL55º44.44%31.76%-
HSV(B)55º61.54%45.88%-
XYZ13.4915.344.73-
YUV105.2793.99136.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.86%
GREEN value IS 111 (43.75% from 255) = 40.66%
BLUE value IS 45 (17.97% from 255) = 16.48%
R=42.86%
G=40.66%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171114500.050.620.545544.4431.76
Hex756F2D053E36372c20
Octal16515755057666675440
Binary111010111011111011010101111110110110110111101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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