#75793E

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

Shades of Crete #75793E

Tints of Crete #75793E

Color information

#75793E (or 0x75793E) is unknown color: approx Crete. HEX triplet: 75, 79 and 3E. RGB value is (117,121,62). Sum of RGB (Red+Green+Blue) = 117+121+62=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #75793E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75793E is #8A86C1. Grayscale: #717171. Windows color (decimal): -9078466 or 4094325. OLE color: 4094325.

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

Color convert

RGB11712162-
CMYK0.0300.490.53
HSL64.07º32.24%35.88%-
HSV(B)64.07º48.76%47.45%-
XYZ15.0417.87.2-
YUV113.0899.17130.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39%
GREEN value IS 121 (47.66% from 255) = 40.33%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=39%
G=40.33%
B=20.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117121620.0300.490.5364.0732.2435.88
Hex75793E303135402024
Octal165171763061651004044
Binary111010111110011111101101100011101011000000100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75793E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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