#774350

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

Shades of Camelot #774350

Tints of Camelot #774350

Color information

#774350 (or 0x774350) is unknown color: approx Camelot. HEX triplet: 77, 43 and 50. RGB value is (119,67,80). Sum of RGB (Red+Green+Blue) = 119+67+80=266 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.74% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 119 - color contains mainly: red. Hex color #774350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #774350 is #88BCAF. Grayscale: #545454. Windows color (decimal): -8961200 or 5260151. OLE color: 5260151.

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

Color convert

RGB1196780-
CMYK00.440.330.53
HSL345º27.96%36.47%-
HSV(B)345º43.7%46.67%-
XYZ11.068.528.65-
YUV84.03125.73152.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.74%
GREEN value IS 67 (26.56% from 255) = 25.19%
BLUE value IS 80 (31.64% from 255) = 30.08%
R=44.74%
G=25.19%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119678000.440.330.5334527.9636.47
Hex77435002C21351591c24
Octal16710312005441655313444
Binary111011110000111010000010110010000111010110101100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774350; }

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

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

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

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

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

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

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

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