#774752

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

Shades of Camelot #774752

Tints of Camelot #774752

Color information

#774752 (or 0x774752) is unknown color: approx Camelot. HEX triplet: 77, 47 and 52. RGB value is (119,71,82). Sum of RGB (Red+Green+Blue) = 119+71+82=272 (36% of max value = 765). Red value is 119 (46.88% from 255 or 43.75% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 119 - color contains mainly: red. Hex color #774752 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774752 is #88B8AD. Grayscale: #565656. Windows color (decimal): -8960174 or 5392247. OLE color: 5392247.

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

Color convert

RGB1197182-
CMYK00.400.310.53
HSL346.25º25.26%37.25%-
HSV(B)346.25º40.34%46.67%-
XYZ11.389.049.13-
YUV86.61125.4151.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 43.75%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 82 (32.42% from 255) = 30.15%
R=43.75%
G=26.10%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.31
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119718200.400.310.53346.2525.2637.25
Hex7747520281F3515a1925
Octal16710712205037655323145
Binary11101111000111101001001010001111111010110101101011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774752; }

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

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

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

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

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

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

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

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