#756C2A

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

Shades of Crete #756C2A

Tints of Crete #756C2A

Color information

#756C2A (or 0x756C2A) is unknown color: approx Crete. HEX triplet: 75, 6C and 2A. RGB value is (117,108,42). Sum of RGB (Red+Green+Blue) = 117+108+42=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 117 - color contains mainly: red. Hex color #756C2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756C2A is #8A93D5. Grayscale: #676767. Windows color (decimal): -9081814 or 2780277. OLE color: 2780277.

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

Color convert

RGB11710842-
CMYK00.080.640.54
HSL52.8º47.17%31.18%-
HSV(B)52.8º64.1%45.88%-
XYZ13.1214.674.33-
YUV103.1793.48137.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=43.82%
G=40.45%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171084200.080.640.5452.847.1731.18
Hex756C2A084036352f1f
Octal1651545201010066655737
Binary1110101110110010101001000100000011011011010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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