#75414D

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

Shades of Camelot #75414D

Tints of Camelot #75414D

Color information

#75414D (or 0x75414D) is unknown color: approx Camelot. HEX triplet: 75, 41 and 4D. RGB value is (117,65,77). Sum of RGB (Red+Green+Blue) = 117+65+77=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #75414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75414D is #8ABEB2. Grayscale: #515151. Windows color (decimal): -9092787 or 5063029. OLE color: 5063029.

HSL color Cylindrical-coordinate representation of color #75414D: hue angle of 346.15º degrees, saturation: 0.29, 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 #75414D is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1176577-
CMYK00.440.340.54
HSL346.15º28.57%35.69%-
HSV(B)346.15º44.44%45.88%-
XYZ10.578.18.03-
YUV81.92125.23153.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.17%
GREEN value IS 65 (25.78% from 255) = 25.10%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=45.17%
G=25.10%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117657700.440.340.54346.1528.5735.69
Hex75414D02C223615a1d24
Octal16510111505442665323544
Binary111010110000011001101010110010001011011010101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75414D; }

 p { color: rgb(117,65,77); }

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

<style>
 a { background-color: #75414D; }

 a { background-color: rgb(117,65,77); }

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

<style>
 span { border-color: #75414D; }

 span { border-color: rgb(117,65,77); }

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