#78434E

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

Shades of Camelot #78434E

Tints of Camelot #78434E

Color information

#78434E (or 0x78434E) is unknown color: approx Camelot. HEX triplet: 78, 43 and 4E. RGB value is (120,67,78). Sum of RGB (Red+Green+Blue) = 120+67+78=265 (35% of max value = 765). Red value is 120 (47.27% from 255 or 45.28% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 120 - color contains mainly: red. Hex color #78434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78434E is #87BCB1. Grayscale: #545454. Windows color (decimal): -8895666 or 5129080. OLE color: 5129080.

HSL color Cylindrical-coordinate representation of color #78434E: hue angle of 347.55º 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 #78434E is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1206778-
CMYK00.440.350.53
HSL347.55º28.34%36.67%-
HSV(B)347.55º44.17%47.06%-
XYZ11.138.568.27-
YUV84.1124.56153.61-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.28%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=45.28%
G=25.28%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120677800.440.350.53347.5528.3436.67
Hex78434E02C233515c1c25
Octal17010311605443655343445
Binary111100010000111001110010110010001111010110101110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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