#774651

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

Shades of Camelot #774651

Tints of Camelot #774651

Color information

#774651 (or 0x774651) is unknown color: approx Camelot. HEX triplet: 77, 46 and 51. RGB value is (119,70,81). Sum of RGB (Red+Green+Blue) = 119+70+81=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #774651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774651 is #88B9AE. Grayscale: #555555. Windows color (decimal): -8960431 or 5326455. OLE color: 5326455.

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

Color convert

RGB1197081-
CMYK00.410.320.53
HSL346.53º25.93%37.06%-
HSV(B)346.53º41.18%46.67%-
XYZ11.288.98.91-
YUV85.9125.23151.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 81 (32.03% from 255) = 30%
R=44.07%
G=25.93%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119708100.410.320.53346.5325.9337.06
Hex774651029203515b1a25
Octal16710612105140655333245
Binary111011110001101010001010100110000011010110101101111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774651; }

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

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

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

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

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

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

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

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