#773643

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

Shades of Camelot #773643

Tints of Camelot #773643

Color information

#773643 (or 0x773643) is unknown color: approx Camelot. HEX triplet: 77, 36 and 43. RGB value is (119,54,67). Sum of RGB (Red+Green+Blue) = 119+54+67=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #773643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773643 is #88C9BC. Grayscale: #4A4A4A. Windows color (decimal): -8964541 or 4404855. OLE color: 4404855.

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

Color convert

RGB1195467-
CMYK00.550.440.53
HSL348º37.57%33.92%-
HSV(B)348º54.62%46.67%-
XYZ9.946.976.13-
YUV74.92123.53159.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 67 (26.56% from 255) = 27.92%
R=49.58%
G=22.5%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119546700.550.440.5334837.5733.92
Hex7736430372C3515c2622
Octal1676610306754655344642
Binary111011111011010000110110111101100110101101011100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773643; }

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

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

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

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

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

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

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

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