#77444E

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

Shades of Camelot #77444E

Tints of Camelot #77444E

Color information

#77444E (or 0x77444E) is unknown color: approx Camelot. HEX triplet: 77, 44 and 4E. RGB value is (119,68,78). Sum of RGB (Red+Green+Blue) = 119+68+78=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77444E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77444E is #88BBB1. Grayscale: #545454. Windows color (decimal): -8960946 or 5129335. OLE color: 5129335.

HSL color Cylindrical-coordinate representation of color #77444E: hue angle of 348.24º degrees, saturation: 0.27, 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 #77444E is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1196878-
CMYK00.430.340.53
HSL348.24º27.27%36.67%-
HSV(B)348.24º42.86%46.67%-
XYZ11.058.618.29-
YUV84.39124.4152.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=44.91%
G=25.66%
B=29.43%

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
Decimal119687800.430.340.53348.2427.2736.67
Hex77444E02B223515c1b25
Octal16710411605342655343345
Binary111011110001001001110010101110001011010110101110011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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