#784251

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

Shades of Camelot #784251

Tints of Camelot #784251

Color information

#784251 (or 0x784251) is unknown color: approx Camelot. HEX triplet: 78, 42 and 51. RGB value is (120,66,81). Sum of RGB (Red+Green+Blue) = 120+66+81=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #784251 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #784251 is #87BDAE. Grayscale: #535353. Windows color (decimal): -8895919 or 5325432. OLE color: 5325432.

HSL color Cylindrical-coordinate representation of color #784251: hue angle of 343.33º 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 #784251 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.53.

Color convert

RGB1206681-
CMYK00.450.320.53
HSL343.33º29.03%36.47%-
HSV(B)343.33º45%47.06%-
XYZ11.188.488.83-
YUV83.86126.39153.78-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=44.94%
G=24.72%
B=30.34%

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
Decimal120668100.450.320.53343.3329.0336.47
Hex78425102D20351571d24
Octal17010212105540655273544
Binary111100010000101010001010110110000011010110101011111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #784251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #784251; }

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

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

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

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

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

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

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

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