#75424B

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

Shades of Camelot #75424B

Tints of Camelot #75424B

Color information

#75424B (or 0x75424B) is unknown color: approx Camelot. HEX triplet: 75, 42 and 4B. RGB value is (117,66,75). Sum of RGB (Red+Green+Blue) = 117+66+75=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75424B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #75424B is #8ABDB4. Grayscale: #525252. Windows color (decimal): -9092533 or 4932213. OLE color: 4932213.

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

Color convert

RGB1176675-
CMYK00.440.360.54
HSL349.41º27.87%35.88%-
HSV(B)349.41º43.59%45.88%-
XYZ10.558.197.68-
YUV82.28123.9152.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=45.35%
G=25.58%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117667500.440.360.54349.4127.8735.88
Hex75424B02C243615d1c24
Octal16510211305444665353444
Binary111010110000101001011010110010010011011010101110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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