#774153

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

Shades of Camelot #774153

Tints of Camelot #774153

Color information

#774153 (or 0x774153) is unknown color: approx Camelot. HEX triplet: 77, 41 and 53. RGB value is (119,65,83). Sum of RGB (Red+Green+Blue) = 119+65+83=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774153 is #88BEAC. Grayscale: #535353. Windows color (decimal): -8961709 or 5456247. OLE color: 5456247.

HSL color Cylindrical-coordinate representation of color #774153: hue angle of 340º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #774153 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB1196583-
CMYK00.450.300.53
HSL340º29.35%36.08%-
HSV(B)340º45.38%46.67%-
XYZ11.068.339.21-
YUV83.2127.89153.54-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 65 (25.78% from 255) = 24.34%
BLUE value IS 83 (32.81% from 255) = 31.09%
R=44.57%
G=24.34%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119658300.450.300.5334029.3536.08
Hex77415302D1E351541d24
Octal16710112305536655243544
Binary11101111000001101001101011011111011010110101010011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774153; }

 p { color: rgb(119,65,83); }

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

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

 a { background-color: rgb(119,65,83); }

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

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

 span { border-color: rgb(119,65,83); }

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