#773B45

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

Shades of Camelot #773B45

Tints of Camelot #773B45

Color information

#773B45 (or 0x773B45) is unknown color: approx Camelot. HEX triplet: 77, 3B and 45. RGB value is (119,59,69). Sum of RGB (Red+Green+Blue) = 119+59+69=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #773B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773B45 is #88C4BA. Grayscale: #4E4E4E. Windows color (decimal): -8963259 or 4537207. OLE color: 4537207.

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

Color convert

RGB1195969-
CMYK00.500.420.53
HSL350º33.71%34.9%-
HSV(B)350º50.42%46.67%-
XYZ10.257.486.53-
YUV78.08122.88157.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.18%
GREEN value IS 59 (23.44% from 255) = 23.89%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=48.18%
G=23.89%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119596900.500.420.5335033.7134.9
Hex773B450322A3515e2223
Octal1677310506252655364243
Binary111011111101110001010110010101010110101101011110100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773B45; }

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

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

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

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

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

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

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

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