#77404B

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

Shades of Camelot #77404B

Tints of Camelot #77404B

Color information

#77404B (or 0x77404B) is unknown color: approx Camelot. HEX triplet: 77, 40 and 4B. RGB value is (119,64,75). Sum of RGB (Red+Green+Blue) = 119+64+75=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #77404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77404B is #88BFB4. Grayscale: #515151. Windows color (decimal): -8961973 or 4931703. OLE color: 4931703.

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

Color convert

RGB1196475-
CMYK00.460.370.53
HSL348º30.05%35.88%-
HSV(B)348º46.22%46.67%-
XYZ10.718.17.65-
YUV81.7124.22154.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 46.12%
GREEN value IS 64 (25.39% from 255) = 24.81%
BLUE value IS 75 (29.69% from 255) = 29.07%
R=46.12%
G=24.81%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119647500.460.370.5334830.0535.88
Hex77404B02E253515c1e24
Octal16710011305645655343644
Binary111011110000001001011010111010010111010110101110011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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