#773745

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

Shades of Camelot #773745

Tints of Camelot #773745

Color information

#773745 (or 0x773745) is unknown color: approx Camelot. HEX triplet: 77, 37 and 45. RGB value is (119,55,69). Sum of RGB (Red+Green+Blue) = 119+55+69=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 55 (21.88% from 255 or 22.63% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #773745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773745 is #88C8BA. Grayscale: #4B4B4B. Windows color (decimal): -8964283 or 4536183. OLE color: 4536183.

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

Color convert

RGB1195569-
CMYK00.540.420.53
HSL346.88º36.78%34.12%-
HSV(B)346.88º53.78%46.67%-
XYZ10.057.086.47-
YUV75.73124.2158.86-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 55 (21.88% from 255) = 22.63%
BLUE value IS 69 (27.34% from 255) = 28.40%
R=48.97%
G=22.63%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119556900.540.420.53346.8836.7834.12
Hex7737450362A3515b2522
Octal1676710506652655334542
Binary111011111011110001010110110101010110101101011011100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773745; }

 p { color: rgb(119,55,69); }

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

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

 a { background-color: rgb(119,55,69); }

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

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

 span { border-color: rgb(119,55,69); }

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