#75733A

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

Shades of Crete #75733A

Tints of Crete #75733A

Color information

#75733A (or 0x75733A) is unknown color: approx Crete. HEX triplet: 75, 73 and 3A. RGB value is (117,115,58). Sum of RGB (Red+Green+Blue) = 117+115+58=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75733A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75733A is #8A8CC5. Grayscale: #6D6D6D. Windows color (decimal): -9080006 or 3830645. OLE color: 3830645.

HSL color Cylindrical-coordinate representation of color #75733A: hue angle of 57.97º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75733A is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB11711558-
CMYK00.020.500.54
HSL57.97º33.71%34.31%-
HSV(B)57.97º50.43%45.88%-
XYZ14.2316.356.41-
YUV109.199.16133.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.34%
GREEN value IS 115 (45.31% from 255) = 39.66%
BLUE value IS 58 (23.05% from 255) = 20%
R=40.34%
G=39.66%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171155800.020.500.5457.9733.7134.31
Hex75733A0232363a2222
Octal16516372026266724242
Binary11101011110011111010010110010110110111010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75733A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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