#774252

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

Shades of Camelot #774252

Tints of Camelot #774252

Color information

#774252 (or 0x774252) is unknown color: approx Camelot. HEX triplet: 77, 42 and 52. RGB value is (119,66,82). Sum of RGB (Red+Green+Blue) = 119+66+82=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774252 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774252 is #88BDAD. Grayscale: #535353. Windows color (decimal): -8961454 or 5390967. OLE color: 5390967.

HSL color Cylindrical-coordinate representation of color #774252: hue angle of 341.89º 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 #774252 is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB1196682-
CMYK00.450.310.53
HSL341.89º28.65%36.27%-
HSV(B)341.89º44.54%46.67%-
XYZ11.088.439.03-
YUV83.67127.06153.2-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=44.57%
G=24.72%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119668200.450.310.53341.8928.6536.27
Hex77425202D1F351561d24
Octal16710212205537655263544
Binary11101111000010101001001011011111111010110101011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774252; }

 p { color: rgb(119,66,82); }

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

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

 a { background-color: rgb(119,66,82); }

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

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

 span { border-color: rgb(119,66,82); }

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