#75793C

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

Shades of Crete #75793C

Tints of Crete #75793C

Color information

#75793C (or 0x75793C) is unknown color: approx Crete. HEX triplet: 75, 79 and 3C. RGB value is (117,121,60). Sum of RGB (Red+Green+Blue) = 117+121+60=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #75793C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75793C is #8A86C3. Grayscale: #717171. Windows color (decimal): -9078468 or 3963253. OLE color: 3963253.

HSL color Cylindrical-coordinate representation of color #75793C: hue angle of 63.93º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75793C is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11712160-
CMYK0.0300.500.53
HSL63.93º33.7%35.49%-
HSV(B)63.93º50.41%47.45%-
XYZ14.9917.786.92-
YUV112.8598.17130.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 121 (47.66% from 255) = 40.60%
BLUE value IS 60 (23.83% from 255) = 20.13%
R=39.26%
G=40.60%
B=20.13%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121600.0300.500.5363.9333.735.49
Hex75793C303235402223
Octal165171743062651004243
Binary111010111110011111001101100101101011000000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75793C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75793C; }

 p { color: rgb(117,121,60); }

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

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

 a { background-color: rgb(117,121,60); }

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

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

 span { border-color: rgb(117,121,60); }

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