#75454F

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

Shades of Camelot #75454F

Tints of Camelot #75454F

Color information

#75454F (or 0x75454F) is unknown color: approx Camelot. HEX triplet: 75, 45 and 4F. RGB value is (117,69,79). Sum of RGB (Red+Green+Blue) = 117+69+79=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 69 (27.34% from 255 or 26.04% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #75454F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75454F is #8ABAB0. Grayscale: #545454. Windows color (decimal): -9091761 or 5195125. OLE color: 5195125.

HSL color Cylindrical-coordinate representation of color #75454F: hue angle of 347.5º 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 #75454F is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB1176979-
CMYK00.410.320.54
HSL347.5º25.81%36.47%-
HSV(B)347.5º41.03%45.88%-
XYZ10.888.68.48-
YUV84.49124.9151.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.15%
GREEN value IS 69 (27.34% from 255) = 26.04%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=44.15%
G=26.04%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117697900.410.320.54347.525.8136.47
Hex75454F029203615c1a24
Octal16510511705140665343244
Binary111010110001011001111010100110000011011010101110011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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