#75404D

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

Shades of Camelot #75404D

Tints of Camelot #75404D

Color information

#75404D (or 0x75404D) is unknown color: approx Camelot. HEX triplet: 75, 40 and 4D. RGB value is (117,64,77). Sum of RGB (Red+Green+Blue) = 117+64+77=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #75404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75404D is #8ABFB2. Grayscale: #515151. Windows color (decimal): -9093043 or 5062773. OLE color: 5062773.

HSL color Cylindrical-coordinate representation of color #75404D: hue angle of 345.28º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75404D is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.54.

Color convert

RGB1176477-
CMYK00.450.340.54
HSL345.28º29.28%35.49%-
HSV(B)345.28º45.3%45.88%-
XYZ10.517.988.01-
YUV81.33125.56153.44-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=45.35%
G=24.81%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117647700.450.340.54345.2829.2835.49
Hex75404D02D22361591d23
Octal16510011505542665313543
Binary111010110000001001101010110110001011011010101100111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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