#804757

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

Shades of Camelot #804757

Tints of Camelot #804757

Color information

#804757 (or 0x804757) is unknown color: approx Camelot. HEX triplet: 80, 47 and 57. RGB value is (128,71,87). Sum of RGB (Red+Green+Blue) = 128+71+87=286 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.76% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 87 (34.38% from 255 or 30.42% from 286); Max value from RGB is 128 - color contains mainly: red. Hex color #804757 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #804757 is #7FB8A8. Grayscale: #595959. Windows color (decimal): -8370345 or 5719936. OLE color: 5719936.

HSL color Cylindrical-coordinate representation of color #804757: hue angle of 343.16º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #804757 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB1287187-
CMYK00.450.320.50
HSL343.16º28.64%39.02%-
HSV(B)343.16º44.53%50.2%-
XYZ12.889.7810.23-
YUV89.87126.38155.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.76%
GREEN value IS 71 (28.12% from 255) = 24.83%
BLUE value IS 87 (34.38% from 255) = 30.42%
R=44.76%
G=24.83%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128718700.450.320.50343.1628.6439.02
Hex80475702D20321571d27
Octal20010712705540625273547
Binary1000000010001111010111010110110000011001010101011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #804757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #804757; }

 p { color: rgb(128,71,87); }

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

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

 a { background-color: rgb(128,71,87); }

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

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

 span { border-color: rgb(128,71,87); }

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