#75733E

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

Shades of Crete #75733E

Tints of Crete #75733E

Color information

#75733E (or 0x75733E) is unknown color: approx Crete. HEX triplet: 75, 73 and 3E. RGB value is (117,115,62). Sum of RGB (Red+Green+Blue) = 117+115+62=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 115 (45.31% from 255 or 39.12% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75733E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75733E is #8A8CC1. Grayscale: #6D6D6D. Windows color (decimal): -9080002 or 4092789. OLE color: 4092789.

HSL color Cylindrical-coordinate representation of color #75733E: hue angle of 57.82º 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 #75733E is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB11711562-
CMYK00.020.470.54
HSL57.82º30.73%35.1%-
HSV(B)57.82º47.01%45.88%-
XYZ14.3416.396.97-
YUV109.56101.16133.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.80%
GREEN value IS 115 (45.31% from 255) = 39.12%
BLUE value IS 62 (24.61% from 255) = 21.09%
R=39.80%
G=39.12%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171156200.020.470.5457.8230.7335.1
Hex75733E022F363a1f23
Octal16516376025766723743
Binary1110101111001111111001010111111011011101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75733E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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