#757735

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

Shades of Crete #757735

Tints of Crete #757735

Color information

#757735 (or 0x757735) is unknown color: approx Crete. HEX triplet: 75, 77 and 35. RGB value is (117,119,53). Sum of RGB (Red+Green+Blue) = 117+119+53=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 119 - color contains mainly: green. Hex color #757735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757735 is #8A88CA. Grayscale: #6F6F6F. Windows color (decimal): -9078987 or 3503989. OLE color: 3503989.

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

Color convert

RGB11711953-
CMYK0.0200.550.53
HSL61.82º38.37%33.73%-
HSV(B)61.82º55.46%46.67%-
XYZ14.5817.235.93-
YUV110.8895.34132.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.48%
GREEN value IS 119 (46.88% from 255) = 41.18%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=40.48%
G=41.18%
B=18.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119530.0200.550.5361.8238.3733.73
Hex7577352037353e2622
Octal16516765206765764642
Binary11101011110111110101100110111110101111110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757735; }

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

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

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

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

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

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

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

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