#75773F

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

Shades of Crete #75773F

Tints of Crete #75773F

Color information

#75773F (or 0x75773F) is unknown color: approx Crete. HEX triplet: 75, 77 and 3F. RGB value is (117,119,63). Sum of RGB (Red+Green+Blue) = 117+119+63=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 119 - color contains mainly: green. Hex color #75773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75773F is #8A88C0. Grayscale: #707070. Windows color (decimal): -9078977 or 4159349. OLE color: 4159349.

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

Color convert

RGB11711963-
CMYK0.0200.470.53
HSL62.14º30.77%35.69%-
HSV(B)62.14º47.06%46.67%-
XYZ14.8317.337.27-
YUV112.02100.34131.55-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.13%
GREEN value IS 119 (46.88% from 255) = 39.80%
BLUE value IS 63 (25% from 255) = 21.07%
R=39.13%
G=39.80%
B=21.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119630.0200.470.5362.1430.7735.69
Hex75773F202F353e1f24
Octal16516777205765763744
Binary1110101111011111111110010111111010111111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75773F; }

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

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

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

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

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

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

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

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