#756F3B

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

Shades of Crete #756F3B

Tints of Crete #756F3B

Color information

#756F3B (or 0x756F3B) is unknown color: approx Crete. HEX triplet: 75, 6F and 3B. RGB value is (117,111,59). Sum of RGB (Red+Green+Blue) = 117+111+59=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 111 (43.75% from 255 or 38.68% from 287); Blue value is 59 (23.44% from 255 or 20.56% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #756F3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756F3B is #8A90C4. Grayscale: #6B6B6B. Windows color (decimal): -9081029 or 3895157. OLE color: 3895157.

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

Color convert

RGB11711159-
CMYK00.050.500.54
HSL53.79º32.95%34.51%-
HSV(B)53.79º49.57%45.88%-
XYZ13.8115.476.4-
YUV106.87100.99135.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.77%
GREEN value IS 111 (43.75% from 255) = 38.68%
BLUE value IS 59 (23.44% from 255) = 20.56%
R=40.77%
G=38.68%
B=20.56%

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
Decimal1171115900.050.500.5453.7932.9534.51
Hex756F3B053236362123
Octal16515773056266664143
Binary111010111011111110110101110010110110110110100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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