#754851

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

Shades of Camelot #754851

Tints of Camelot #754851

Color information

#754851 (or 0x754851) is unknown color: approx Camelot. HEX triplet: 75, 48 and 51. RGB value is (117,72,81). Sum of RGB (Red+Green+Blue) = 117+72+81=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #754851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754851 is #8AB7AE. Grayscale: #565656. Windows color (decimal): -9090991 or 5326965. OLE color: 5326965.

HSL color Cylindrical-coordinate representation of color #754851: hue angle of 348º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #754851 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB1177281-
CMYK00.380.310.54
HSL348º23.81%37.06%-
HSV(B)348º38.46%45.88%-
XYZ11.149.018.94-
YUV86.48124.91149.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.33%
GREEN value IS 72 (28.52% from 255) = 26.67%
BLUE value IS 81 (32.03% from 255) = 30%
R=43.33%
G=26.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117728100.380.310.5434823.8137.06
Hex7548510261F3615c1825
Octal16511012104637665343045
Binary11101011001000101000101001101111111011010101110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754851; }

 p { color: rgb(117,72,81); }

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

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

 a { background-color: rgb(117,72,81); }

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

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

 span { border-color: rgb(117,72,81); }

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