#78424C

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

Shades of Camelot #78424C

Tints of Camelot #78424C

Color information

#78424C (or 0x78424C) is unknown color: approx Camelot. HEX triplet: 78, 42 and 4C. RGB value is (120,66,76). Sum of RGB (Red+Green+Blue) = 120+66+76=262 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.80% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 120 - color contains mainly: red. Hex color #78424C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78424C is #87BDB3. Grayscale: #535353. Windows color (decimal): -8895924 or 4997752. OLE color: 4997752.

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

Color convert

RGB1206676-
CMYK00.450.370.53
HSL348.89º29.03%36.47%-
HSV(B)348.89º45%47.06%-
XYZ118.417.88-
YUV83.29123.89154.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.80%
GREEN value IS 66 (26.17% from 255) = 25.19%
BLUE value IS 76 (30.08% from 255) = 29.01%
R=45.80%
G=25.19%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120667600.450.370.53348.8929.0336.47
Hex78424C02D253515d1d24
Octal17010211405545655353544
Binary111100010000101001100010110110010111010110101110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78424C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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