#78424D

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

Shades of Camelot #78424D

Tints of Camelot #78424D

Color information

#78424D (or 0x78424D) is unknown color: approx Camelot. HEX triplet: 78, 42 and 4D. RGB value is (120,66,77). Sum of RGB (Red+Green+Blue) = 120+66+77=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 77 (30.47% from 255 or 29.28% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78424D is #87BDB2. Grayscale: #535353. Windows color (decimal): -8895923 or 5063288. OLE color: 5063288.

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

Color convert

RGB1206677-
CMYK00.450.360.53
HSL347.78º29.03%36.47%-
HSV(B)347.78º45%47.06%-
XYZ11.038.438.07-
YUV83.4124.39154.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 66 (26.17% from 255) = 25.10%
BLUE value IS 77 (30.47% from 255) = 29.28%
R=45.63%
G=25.10%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120667700.450.360.53347.7829.0336.47
Hex78424D02D243515c1d24
Octal17010211505544655343544
Binary111100010000101001101010110110010011010110101110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78424D; }

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

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

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

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

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

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

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

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