#757838

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

Shades of Crete #757838

Tints of Crete #757838

Color information

#757838 (or 0x757838) is unknown color: approx Crete. HEX triplet: 75, 78 and 38. RGB value is (117,120,56). Sum of RGB (Red+Green+Blue) = 117+120+56=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 120 - color contains mainly: green. Hex color #757838 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757838 is #8A87C7. Grayscale: #707070. Windows color (decimal): -9078728 or 3700853. OLE color: 3700853.

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

Color convert

RGB11712056-
CMYK0.0200.530.53
HSL62.81º36.36%34.51%-
HSV(B)62.81º53.33%47.06%-
XYZ14.7717.56.34-
YUV111.8196.51131.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=39.93%
G=40.96%
B=19.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117120560.0200.530.5362.8136.3634.51
Hex7578382035353f2423
Octal16517070206565774443
Binary11101011111000111000100110101110101111111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757838; }

 p { color: rgb(117,120,56); }

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

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

 a { background-color: rgb(117,120,56); }

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

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

 span { border-color: rgb(117,120,56); }

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