#78424F

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

Shades of Camelot #78424F

Tints of Camelot #78424F

Color information

#78424F (or 0x78424F) is unknown color: approx Camelot. HEX triplet: 78, 42 and 4F. RGB value is (120,66,79). Sum of RGB (Red+Green+Blue) = 120+66+79=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78424F is #87BDB0. Grayscale: #535353. Windows color (decimal): -8895921 or 5194360. OLE color: 5194360.

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

Color convert

RGB1206679-
CMYK00.450.340.53
HSL345.56º29.03%36.47%-
HSV(B)345.56º45%47.06%-
XYZ11.118.458.44-
YUV83.63125.39153.94-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=45.28%
G=24.91%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120667900.450.340.53345.5629.0336.47
Hex78424F02D223515a1d24
Octal17010211705542655323544
Binary111100010000101001111010110110001011010110101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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