#75743C

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

Shades of Crete #75743C

Tints of Crete #75743C

Color information

#75743C (or 0x75743C) is unknown color: approx Crete. HEX triplet: 75, 74 and 3C. RGB value is (117,116,60). Sum of RGB (Red+Green+Blue) = 117+116+60=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75743C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75743C is #8A8BC3. Grayscale: #6E6E6E. Windows color (decimal): -9079748 or 3961973. OLE color: 3961973.

HSL color Cylindrical-coordinate representation of color #75743C: hue angle of 58.95º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75743C is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB11711660-
CMYK00.010.490.54
HSL58.95º32.2%34.71%-
HSV(B)58.95º48.72%45.88%-
XYZ14.416.66.72-
YUV109.9299.83133.05-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.93%
GREEN value IS 116 (45.70% from 255) = 39.59%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=39.93%
G=39.59%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171166000.010.490.5458.9532.234.71
Hex75743C0131363b2023
Octal16516474016166734043
Binary1110101111010011110001110001110110111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75743C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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