#784252

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

Shades of Camelot #784252

Tints of Camelot #784252

Color information

#784252 (or 0x784252) is unknown color: approx Camelot. HEX triplet: 78, 42 and 52. RGB value is (120,66,82). Sum of RGB (Red+Green+Blue) = 120+66+82=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #784252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784252 is #87BDAD. Grayscale: #535353. Windows color (decimal): -8895918 or 5390968. OLE color: 5390968.

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

Color convert

RGB1206682-
CMYK00.450.320.53
HSL342.22º29.03%36.47%-
HSV(B)342.22º45%47.06%-
XYZ11.228.59.03-
YUV83.97126.89153.7-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=44.78%
G=24.63%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120668200.450.320.53342.2229.0336.47
Hex78425202D20351561d24
Octal17010212205540655263544
Binary111100010000101010010010110110000011010110101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784252; }

 p { color: rgb(120,66,82); }

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

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

 a { background-color: rgb(120,66,82); }

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

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

 span { border-color: rgb(120,66,82); }

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