#75424E

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

Shades of Camelot #75424E

Tints of Camelot #75424E

Color information

#75424E (or 0x75424E) is unknown color: approx Camelot. HEX triplet: 75, 42 and 4E. RGB value is (117,66,78). Sum of RGB (Red+Green+Blue) = 117+66+78=261 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.83% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 117 - color contains mainly: red. Hex color #75424E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75424E is #8ABDB1. Grayscale: #525252. Windows color (decimal): -9092530 or 5128821. OLE color: 5128821.

HSL color Cylindrical-coordinate representation of color #75424E: hue angle of 345.88º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75424E is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1176678-
CMYK00.440.330.54
HSL345.88º27.87%35.88%-
HSV(B)345.88º43.59%45.88%-
XYZ10.668.238.23-
YUV82.62125.4152.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.83%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=44.83%
G=25.29%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117667800.440.330.54345.8827.8735.88
Hex75424E02C213615a1c24
Octal16510211605441665323444
Binary111010110000101001110010110010000111011010101101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,66,78); }

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

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

 a { background-color: rgb(117,66,78); }

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

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

 span { border-color: rgb(117,66,78); }

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