#756F3A

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

Shades of Crete #756F3A

Tints of Crete #756F3A

Color information

#756F3A (or 0x756F3A) is unknown color: approx Crete. HEX triplet: 75, 6F and 3A. RGB value is (117,111,58). Sum of RGB (Red+Green+Blue) = 117+111+58=286 (37% of max value = 765). Red value is 117 (46.09% from 255 or 40.91% from 286); Green value is 111 (43.75% from 255 or 38.81% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 117 - color contains mainly: red. Hex color #756F3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F3A is #8A90C5. Grayscale: #6A6A6A. Windows color (decimal): -9081030 or 3829621. OLE color: 3829621.

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

Color convert

RGB11711158-
CMYK00.050.500.54
HSL53.9º33.71%34.31%-
HSV(B)53.9º50.43%45.88%-
XYZ13.7815.466.26-
YUV106.75100.49135.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.91%
GREEN value IS 111 (43.75% from 255) = 38.81%
BLUE value IS 58 (23.05% from 255) = 20.28%
R=40.91%
G=38.81%
B=20.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171115800.050.500.5453.933.7134.31
Hex756F3A053236362222
Octal16515772056266664242
Binary111010111011111110100101110010110110110110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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