#77394E

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

Shades of Camelot #77394E

Tints of Camelot #77394E

Color information

#77394E (or 0x77394E) is unknown color: approx Camelot. HEX triplet: 77, 39 and 4E. RGB value is (119,57,78). Sum of RGB (Red+Green+Blue) = 119+57+78=254 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.85% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 119 - color contains mainly: red. Hex color #77394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77394E is #88C6B1. Grayscale: #4D4D4D. Windows color (decimal): -8963762 or 5126519. OLE color: 5126519.

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

Color convert

RGB1195778-
CMYK00.520.340.53
HSL339.68º35.23%34.51%-
HSV(B)339.68º52.1%46.67%-
XYZ10.457.48.09-
YUV77.93128.04157.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.85%
GREEN value IS 57 (22.66% from 255) = 22.44%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=46.85%
G=22.44%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119577800.520.340.53339.6835.2334.51
Hex77394E03422351542323
Octal1677111606442655244343
Binary111011111100110011100110100100010110101101010100100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77394E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,57,78); }

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

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

 a { background-color: rgb(119,57,78); }

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

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

 span { border-color: rgb(119,57,78); }

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