#75753E

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

Shades of Crete #75753E

Tints of Crete #75753E

Color information

#75753E (or 0x75753E) is unknown color: approx Crete. HEX triplet: 75, 75 and 3E. RGB value is (117,117,62). Sum of RGB (Red+Green+Blue) = 117+117+62=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75753E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75753E is #8A8AC1. Grayscale: #6E6E6E. Windows color (decimal): -9079490 or 4093301. OLE color: 4093301.

HSL color Cylindrical-coordinate representation of color #75753E: hue angle of 60º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75753E is Cyan = 0, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11711762-
CMYK000.470.54
HSL60º30.73%35.1%-
HSV(B)60º47.01%45.88%-
XYZ14.5716.857.04-
YUV110.73100.5132.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.53%
GREEN value IS 117 (46.09% from 255) = 39.53%
BLUE value IS 62 (24.61% from 255) = 20.95%
R=39.53%
G=39.53%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11711762000.470.546030.7335.1
Hex75753E002F363c1f23
Octal16516576005766743743
Binary111010111101011111100010111111011011110011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75753E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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