#77404F

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

Shades of Camelot #77404F

Tints of Camelot #77404F

Color information

#77404F (or 0x77404F) is unknown color: approx Camelot. HEX triplet: 77, 40 and 4F. RGB value is (119,64,79). Sum of RGB (Red+Green+Blue) = 119+64+79=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 64 (25.39% from 255 or 24.43% from 262); Blue value is 79 (31.25% from 255 or 30.15% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #77404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77404F is #88BFB0. Grayscale: #525252. Windows color (decimal): -8961969 or 5193847. OLE color: 5193847.

HSL color Cylindrical-coordinate representation of color #77404F: hue angle of 343.64º 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 #77404F is Cyan = 0, Magento = 0.46, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB1196479-
CMYK00.460.340.53
HSL343.64º30.05%35.88%-
HSV(B)343.64º46.22%46.67%-
XYZ10.858.158.4-
YUV82.16126.22154.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 64 (25.39% from 255) = 24.43%
BLUE value IS 79 (31.25% from 255) = 30.15%
R=45.42%
G=24.43%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119647900.460.340.53343.6430.0535.88
Hex77404F02E22351581e24
Octal16710011705642655303644
Binary111011110000001001111010111010001011010110101100011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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