#774751

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

Shades of Camelot #774751

Tints of Camelot #774751

Color information

#774751 (or 0x774751) is unknown color: approx Camelot. HEX triplet: 77, 47 and 51. RGB value is (119,71,81). Sum of RGB (Red+Green+Blue) = 119+71+81=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774751 is #88B8AE. Grayscale: #565656. Windows color (decimal): -8960175 or 5326711. OLE color: 5326711.

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

Color convert

RGB1197181-
CMYK00.400.320.53
HSL347.5º25.26%37.25%-
HSV(B)347.5º40.34%46.67%-
XYZ11.359.028.93-
YUV86.49124.9151.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 71 (28.12% from 255) = 26.20%
BLUE value IS 81 (32.03% from 255) = 29.89%
R=43.91%
G=26.20%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119718100.400.320.53347.525.2637.25
Hex774751028203515c1925
Octal16710712105040655343145
Binary111011110001111010001010100010000011010110101110011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774751; }

 p { color: rgb(119,71,81); }

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

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

 a { background-color: rgb(119,71,81); }

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

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

 span { border-color: rgb(119,71,81); }

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