#77464E

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

Shades of Camelot #77464E

Tints of Camelot #77464E

Color information

#77464E (or 0x77464E) is unknown color: approx Camelot. HEX triplet: 77, 46 and 4E. RGB value is (119,70,78). Sum of RGB (Red+Green+Blue) = 119+70+78=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77464E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77464E is #88B9B1. Grayscale: #555555. Windows color (decimal): -8960434 or 5129847. OLE color: 5129847.

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

Color convert

RGB1197078-
CMYK00.410.340.53
HSL350.2º25.93%37.06%-
HSV(B)350.2º41.18%46.67%-
XYZ11.178.858.33-
YUV85.56123.73151.85-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 78 (30.86% from 255) = 29.21%
R=44.57%
G=26.22%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119707800.410.340.53350.225.9337.06
Hex77464E029223515e1a25
Octal16710611605142655363245
Binary111011110001101001110010100110001011010110101111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77464E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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