#77404A

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

Shades of Camelot #77404A

Tints of Camelot #77404A

Color information

#77404A (or 0x77404A) is unknown color: approx Camelot. HEX triplet: 77, 40 and 4A. RGB value is (119,64,74). Sum of RGB (Red+Green+Blue) = 119+64+74=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #77404A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77404A is #88BFB5. Grayscale: #515151. Windows color (decimal): -8961974 or 4866167. OLE color: 4866167.

HSL color Cylindrical-coordinate representation of color #77404A: hue angle of 349.09º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77404A is Cyan = 0, Magento = 0.46, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1196474-
CMYK00.460.380.53
HSL349.09º30.05%35.88%-
HSV(B)349.09º46.22%46.67%-
XYZ10.688.087.48-
YUV81.59123.72154.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.30%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=46.30%
G=24.90%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119647400.460.380.53349.0930.0535.88
Hex77404A02E263515d1e24
Octal16710011205646655353644
Binary111011110000001001010010111010011011010110101110111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77404A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77404A; }

 p { color: rgb(119,64,74); }

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

<style>
 a { background-color: #77404A; }

 a { background-color: rgb(119,64,74); }

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

<style>
 span { border-color: #77404A; }

 span { border-color: rgb(119,64,74); }

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