#77394D

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

Shades of Camelot #77394D

Tints of Camelot #77394D

Color information

#77394D (or 0x77394D) is unknown color: approx Camelot. HEX triplet: 77, 39 and 4D. RGB value is (119,57,77). Sum of RGB (Red+Green+Blue) = 119+57+77=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #77394D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #77394D is #88C6B2. Grayscale: #4D4D4D. Windows color (decimal): -8963763 or 5060983. OLE color: 5060983.

HSL color Cylindrical-coordinate representation of color #77394D: hue angle of 340.65º degrees, saturation: 0.35, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77394D is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.53.

Color convert

RGB1195777-
CMYK00.520.350.53
HSL340.65º35.23%34.51%-
HSV(B)340.65º52.1%46.67%-
XYZ10.417.387.9-
YUV77.82127.54157.37-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 57 (22.66% from 255) = 22.53%
BLUE value IS 77 (30.47% from 255) = 30.43%
R=47.04%
G=22.53%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119577700.520.350.53340.6535.2334.51
Hex77394D03423351552323
Octal1677111506443655254343
Binary111011111100110011010110100100011110101101010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77394D; }

 p { color: rgb(119,57,77); }

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

<style>
 a { background-color: #77394D; }

 a { background-color: rgb(119,57,77); }

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

<style>
 span { border-color: #77394D; }

 span { border-color: rgb(119,57,77); }

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