#78434C

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

Shades of Camelot #78434C

Tints of Camelot #78434C

Color information

#78434C (or 0x78434C) is unknown color: approx Camelot. HEX triplet: 78, 43 and 4C. RGB value is (120,67,76). Sum of RGB (Red+Green+Blue) = 120+67+76=263 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.63% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 120 - color contains mainly: red. Hex color #78434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78434C is #87BCB3. Grayscale: #535353. Windows color (decimal): -8895668 or 4998008. OLE color: 4998008.

HSL color Cylindrical-coordinate representation of color #78434C: hue angle of 349.81º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78434C is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB1206776-
CMYK00.440.370.53
HSL349.81º28.34%36.67%-
HSV(B)349.81º44.17%47.06%-
XYZ11.068.537.9-
YUV83.87123.56153.77-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.63%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=45.63%
G=25.48%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120677600.440.370.53349.8128.3436.67
Hex78434C02C253515e1c25
Octal17010311405445655363445
Binary111100010000111001100010110010010111010110101111011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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