#77464F

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

Shades of Camelot #77464F

Tints of Camelot #77464F

Color information

#77464F (or 0x77464F) is unknown color: approx Camelot. HEX triplet: 77, 46 and 4F. RGB value is (119,70,79). Sum of RGB (Red+Green+Blue) = 119+70+79=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77464F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77464F is #88B9B0. Grayscale: #555555. Windows color (decimal): -8960433 or 5195383. OLE color: 5195383.

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

Color convert

RGB1197079-
CMYK00.410.340.53
HSL348.98º25.93%37.06%-
HSV(B)348.98º41.18%46.67%-
XYZ11.218.878.52-
YUV85.68124.23151.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 70 (27.73% from 255) = 26.12%
BLUE value IS 79 (31.25% from 255) = 29.48%
R=44.40%
G=26.12%
B=29.48%

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
Decimal119707900.410.340.53348.9825.9337.06
Hex77464F029223515d1a25
Octal16710611705142655353245
Binary111011110001101001111010100110001011010110101110111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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