#75424C

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

Shades of Camelot #75424C

Tints of Camelot #75424C

Color information

#75424C (or 0x75424C) is unknown color: approx Camelot. HEX triplet: 75, 42 and 4C. RGB value is (117,66,76). Sum of RGB (Red+Green+Blue) = 117+66+76=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75424C is #8ABDB3. Grayscale: #525252. Windows color (decimal): -9092532 or 4997749. OLE color: 4997749.

HSL color Cylindrical-coordinate representation of color #75424C: hue angle of 348.24º 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 #75424C is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1176676-
CMYK00.440.350.54
HSL348.24º27.87%35.88%-
HSV(B)348.24º43.59%45.88%-
XYZ10.598.27.86-
YUV82.39124.4152.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 76 (30.08% from 255) = 29.34%
R=45.17%
G=25.48%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117667600.440.350.54348.2427.8735.88
Hex75424C02C233615c1c24
Octal16510211405443665343444
Binary111010110000101001100010110010001111011010101110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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