#774652

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

Shades of Camelot #774652

Tints of Camelot #774652

Color information

#774652 (or 0x774652) is unknown color: approx Camelot. HEX triplet: 77, 46 and 52. RGB value is (119,70,82). Sum of RGB (Red+Green+Blue) = 119+70+82=271 (35% of max value = 765). Red value is 119 (46.88% from 255 or 43.91% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 119 - color contains mainly: red. Hex color #774652 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774652 is #88B9AD. Grayscale: #565656. Windows color (decimal): -8960430 or 5391991. OLE color: 5391991.

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

Color convert

RGB1197082-
CMYK00.410.310.53
HSL345.31º25.93%37.06%-
HSV(B)345.31º41.18%46.67%-
XYZ11.328.919.11-
YUV86.02125.73151.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.91%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=43.91%
G=25.83%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119708200.410.310.53345.3125.9337.06
Hex7746520291F351591a25
Octal16710612205137655313245
Binary11101111000110101001001010011111111010110101100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774652; }

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

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

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

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

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

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

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

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