#757737

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

Shades of Crete #757737

Tints of Crete #757737

Color information

#757737 (or 0x757737) is unknown color: approx Crete. HEX triplet: 75, 77 and 37. RGB value is (117,119,55). Sum of RGB (Red+Green+Blue) = 117+119+55=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #757737 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757737 is #8A88C8. Grayscale: #6F6F6F. Windows color (decimal): -9078985 or 3635061. OLE color: 3635061.

HSL color Cylindrical-coordinate representation of color #757737: hue angle of 61.88º degrees, saturation: 0.37, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #757737 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.53.

Color convert

RGB11711955-
CMYK0.0200.540.53
HSL61.88º36.78%34.12%-
HSV(B)61.88º53.78%46.67%-
XYZ14.6217.256.17-
YUV111.1196.34132.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 119 (46.88% from 255) = 40.89%
BLUE value IS 55 (21.88% from 255) = 18.90%
R=40.21%
G=40.89%
B=18.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119550.0200.540.5361.8836.7834.12
Hex7577372036353e2522
Octal16516767206665764542
Binary11101011110111110111100110110110101111110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757737; }

 p { color: rgb(117,119,55); }

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

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

 a { background-color: rgb(117,119,55); }

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

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

 span { border-color: rgb(117,119,55); }

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