#75743A

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

Shades of Crete #75743A

Tints of Crete #75743A

Color information

#75743A (or 0x75743A) is unknown color: approx Crete. HEX triplet: 75, 74 and 3A. RGB value is (117,116,58). Sum of RGB (Red+Green+Blue) = 117+116+58=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 58 (23.05% from 255 or 19.93% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75743A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75743A is #8A8BC5. Grayscale: #6D6D6D. Windows color (decimal): -9079750 or 3830901. OLE color: 3830901.

HSL color Cylindrical-coordinate representation of color #75743A: hue angle of 58.98º 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 #75743A is Cyan = 0, Magento = 0.01, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB11711658-
CMYK00.010.500.54
HSL58.98º33.71%34.31%-
HSV(B)58.98º50.43%45.88%-
XYZ14.3516.586.45-
YUV109.6998.83133.22-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 116 (45.70% from 255) = 39.86%
BLUE value IS 58 (23.05% from 255) = 19.93%
R=40.21%
G=39.86%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.50
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171165800.010.500.5458.9833.7134.31
Hex75743A0132363b2222
Octal16516472016266734242
Binary1110101111010011101001110010110110111011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75743A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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