#773448

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

Shades of Camelot #773448

Tints of Camelot #773448

Color information

#773448 (or 0x773448) is unknown color: approx Camelot. HEX triplet: 77, 34 and 48. RGB value is (119,52,72). Sum of RGB (Red+Green+Blue) = 119+52+72=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 72 (28.52% from 255 or 29.63% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #773448 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773448 is #88CBB7. Grayscale: #4A4A4A. Windows color (decimal): -8965048 or 4732023. OLE color: 4732023.

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

Color convert

RGB1195272-
CMYK00.560.390.53
HSL342.09º39.18%33.53%-
HSV(B)342.09º56.3%46.67%-
XYZ10.016.856.92-
YUV74.31126.7159.87-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.97%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 72 (28.52% from 255) = 29.63%
R=48.97%
G=21.40%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119527200.560.390.53342.0939.1833.53
Hex77344803827351562722
Octal1676411007047655264742
Binary111011111010010010000111000100111110101101010110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773448; }

 p { color: rgb(119,52,72); }

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

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

 a { background-color: rgb(119,52,72); }

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

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

 span { border-color: rgb(119,52,72); }

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