#774952

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

Shades of Camelot #774952

Tints of Camelot #774952

Color information

#774952 (or 0x774952) is unknown color: approx Camelot. HEX triplet: 77, 49 and 52. RGB value is (119,73,82). Sum of RGB (Red+Green+Blue) = 119+73+82=274 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.43% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 119 - color contains mainly: red. Hex color #774952 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774952 is #88B6AD. Grayscale: #575757. Windows color (decimal): -8959662 or 5392759. OLE color: 5392759.

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

Color convert

RGB1197382-
CMYK00.390.310.53
HSL348.26º23.96%37.65%-
HSV(B)348.26º38.66%46.67%-
XYZ11.519.39.17-
YUV87.78124.74150.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.43%
GREEN value IS 73 (28.91% from 255) = 26.64%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=43.43%
G=26.64%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119738200.390.310.53348.2623.9637.65
Hex7749520271F3515c1826
Octal16711112204737655343046
Binary11101111001001101001001001111111111010110101110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774952; }

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

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

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

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

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

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

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

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