#77364A

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

Shades of Camelot #77364A

Tints of Camelot #77364A

Color information

#77364A (or 0x77364A) is unknown color: approx Camelot. HEX triplet: 77, 36 and 4A. RGB value is (119,54,74). Sum of RGB (Red+Green+Blue) = 119+54+74=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 54 (21.48% from 255 or 21.86% from 247); Blue value is 74 (29.30% from 255 or 29.96% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #77364A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77364A is #88C9B5. Grayscale: #4B4B4B. Windows color (decimal): -8964534 or 4863607. OLE color: 4863607.

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

Color convert

RGB1195474-
CMYK00.550.380.53
HSL341.54º37.57%33.92%-
HSV(B)341.54º54.62%46.67%-
XYZ10.167.057.3-
YUV75.72127.03158.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 54 (21.48% from 255) = 21.86%
BLUE value IS 74 (29.30% from 255) = 29.96%
R=48.18%
G=21.86%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119547400.550.380.53341.5437.5733.92
Hex77364A03726351562622
Octal1676611206746655264642
Binary111011111011010010100110111100110110101101010110100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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