#78384C

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

Shades of Camelot #78384C

Tints of Camelot #78384C

Color information

#78384C (or 0x78384C) is unknown color: approx Camelot. HEX triplet: 78, 38 and 4C. RGB value is (120,56,76). Sum of RGB (Red+Green+Blue) = 120+56+76=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 56 (22.27% from 255 or 22.22% from 252); Blue value is 76 (30.08% from 255 or 30.16% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #78384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #78384C is #87C7B3. Grayscale: #4D4D4D. Windows color (decimal): -8898484 or 4995192. OLE color: 4995192.

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

Color convert

RGB1205676-
CMYK00.530.370.53
HSL341.25º36.36%34.51%-
HSV(B)341.25º53.33%47.06%-
XYZ10.467.347.7-
YUV77.42127.2158.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.62%
GREEN value IS 56 (22.27% from 255) = 22.22%
BLUE value IS 76 (30.08% from 255) = 30.16%
R=47.62%
G=22.22%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120567600.530.370.53341.2536.3634.51
Hex78384C03525351552423
Octal1707011406545655254443
Binary111100011100010011000110101100101110101101010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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