#78444F

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

Shades of Camelot #78444F

Tints of Camelot #78444F

Color information

#78444F (or 0x78444F) is unknown color: approx Camelot. HEX triplet: 78, 44 and 4F. RGB value is (120,68,79). Sum of RGB (Red+Green+Blue) = 120+68+79=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78444F is #87BBB0. Grayscale: #545454. Windows color (decimal): -8895409 or 5194872. OLE color: 5194872.

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

Color convert

RGB1206879-
CMYK00.430.340.53
HSL347.31º27.66%36.86%-
HSV(B)347.31º43.33%47.06%-
XYZ11.228.698.48-
YUV84.8124.73153.11-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 79 (31.25% from 255) = 29.59%
R=44.94%
G=25.47%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120687900.430.340.53347.3127.6636.86
Hex78444F02B223515b1c25
Octal17010411705342655333445
Binary111100010001001001111010101110001011010110101101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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