#75454E

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

Shades of Camelot #75454E

Tints of Camelot #75454E

Color information

#75454E (or 0x75454E) is unknown color: approx Camelot. HEX triplet: 75, 45 and 4E. RGB value is (117,69,78). Sum of RGB (Red+Green+Blue) = 117+69+78=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 117 - color contains mainly: red. Hex color #75454E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75454E is #8ABAB1. Grayscale: #545454. Windows color (decimal): -9091762 or 5129589. OLE color: 5129589.

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

Color convert

RGB1176978-
CMYK00.410.330.54
HSL348.75º25.81%36.47%-
HSV(B)348.75º41.03%45.88%-
XYZ10.848.598.29-
YUV84.38124.4151.27-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 69 (27.34% from 255) = 26.14%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=44.32%
G=26.14%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117697800.410.330.54348.7525.8136.47
Hex75454E029213615d1a24
Octal16510511605141665353244
Binary111010110001011001110010100110000111011010101110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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