#773645

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

Shades of Camelot #773645

Tints of Camelot #773645

Color information

#773645 (or 0x773645) is unknown color: approx Camelot. HEX triplet: 77, 36 and 45. RGB value is (119,54,69). Sum of RGB (Red+Green+Blue) = 119+54+69=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 69 (27.34% from 255 or 28.51% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #773645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773645 is #88C9BA. Grayscale: #4B4B4B. Windows color (decimal): -8964539 or 4535927. OLE color: 4535927.

HSL color Cylindrical-coordinate representation of color #773645: hue angle of 346.15º 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 #773645 is Cyan = 0, Magento = 0.55, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB1195469-
CMYK00.550.420.53
HSL346.15º37.57%33.92%-
HSV(B)346.15º54.62%46.67%-
XYZ106.996.45-
YUV75.14124.53159.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.17%
GREEN value IS 54 (21.48% from 255) = 22.31%
BLUE value IS 69 (27.34% from 255) = 28.51%
R=49.17%
G=22.31%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119546900.550.420.53346.1537.5733.92
Hex7736450372A3515a2622
Octal1676610506752655324642
Binary111011111011010001010110111101010110101101011010100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773645; }

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

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

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

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

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

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

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

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