#75773B

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

Shades of Crete #75773B

Tints of Crete #75773B

Color information

#75773B (or 0x75773B) is unknown color: approx Crete. HEX triplet: 75, 77 and 3B. RGB value is (117,119,59). Sum of RGB (Red+Green+Blue) = 117+119+59=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #75773B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75773B is #8A88C4. Grayscale: #6F6F6F. Windows color (decimal): -9078981 or 3897205. OLE color: 3897205.

HSL color Cylindrical-coordinate representation of color #75773B: hue angle of 62º 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 #75773B is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB11711959-
CMYK0.0200.500.53
HSL62º33.71%34.9%-
HSV(B)62º50.42%46.67%-
XYZ14.7217.296.7-
YUV111.5698.34131.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.66%
GREEN value IS 119 (46.88% from 255) = 40.34%
BLUE value IS 59 (23.44% from 255) = 20%
R=39.66%
G=40.34%
B=20%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal117119590.0200.500.536233.7134.9
Hex75773B2032353e2223
Octal16516773206265764243
Binary11101011110111111011100110010110101111110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75773B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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