#774852

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

Shades of Camelot #774852

Tints of Camelot #774852

Color information

#774852 (or 0x774852) is unknown color: approx Camelot. HEX triplet: 77, 48 and 52. RGB value is (119,72,82). Sum of RGB (Red+Green+Blue) = 119+72+82=273 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.59% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 119 - color contains mainly: red. Hex color #774852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774852 is #88B7AD. Grayscale: #575757. Windows color (decimal): -8959918 or 5392503. OLE color: 5392503.

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

Color convert

RGB1197282-
CMYK00.390.310.53
HSL347.23º24.61%37.45%-
HSV(B)347.23º39.5%46.67%-
XYZ11.459.179.15-
YUV87.19125.07150.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.59%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 82 (32.42% from 255) = 30.04%
R=43.59%
G=26.37%
B=30.04%

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
Decimal119728200.390.310.53347.2324.6137.45
Hex7748520271F3515b1925
Octal16711012204737655333145
Binary11101111001000101001001001111111111010110101101111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774852; }

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

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

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

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

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

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

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

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