#774450

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

Shades of Camelot #774450

Tints of Camelot #774450

Color information

#774450 (or 0x774450) is unknown color: approx Camelot. HEX triplet: 77, 44 and 50. RGB value is (119,68,80). Sum of RGB (Red+Green+Blue) = 119+68+80=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #774450 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774450 is #88BBAF. Grayscale: #545454. Windows color (decimal): -8960944 or 5260407. OLE color: 5260407.

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

Color convert

RGB1196880-
CMYK00.430.330.53
HSL345.88º27.27%36.67%-
HSV(B)345.88º42.86%46.67%-
XYZ11.128.648.67-
YUV84.62125.4152.52-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 68 (26.95% from 255) = 25.47%
BLUE value IS 80 (31.64% from 255) = 29.96%
R=44.57%
G=25.47%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119688000.430.330.53345.8827.2736.67
Hex77445002B213515a1b25
Octal16710412005341655323345
Binary111011110001001010000010101110000111010110101101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774450; }

 p { color: rgb(119,68,80); }

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

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

 a { background-color: rgb(119,68,80); }

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

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

 span { border-color: rgb(119,68,80); }

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