#75743B

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

Shades of Crete #75743B

Tints of Crete #75743B

Color information

#75743B (or 0x75743B) is unknown color: approx Crete. HEX triplet: 75, 74 and 3B. RGB value is (117,116,59). Sum of RGB (Red+Green+Blue) = 117+116+59=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 59 (23.44% from 255 or 20.21% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75743B is #8A8BC4. Grayscale: #6E6E6E. Windows color (decimal): -9079749 or 3896437. OLE color: 3896437.

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

Color convert

RGB11711659-
CMYK00.010.500.54
HSL58.97º32.95%34.51%-
HSV(B)58.97º49.57%45.88%-
XYZ14.3716.596.58-
YUV109.899.33133.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.07%
GREEN value IS 116 (45.70% from 255) = 39.73%
BLUE value IS 59 (23.44% from 255) = 20.21%
R=40.07%
G=39.73%
B=20.21%

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
Decimal1171165900.010.500.5458.9732.9534.51
Hex75743B0132363b2123
Octal16516473016266734143
Binary1110101111010011101101110010110110111011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75743B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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