#773343

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

Shades of Camelot #773343

Tints of Camelot #773343

Color information

#773343 (or 0x773343) is unknown color: approx Camelot. HEX triplet: 77, 33 and 43. RGB value is (119,51,67). Sum of RGB (Red+Green+Blue) = 119+51+67=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 67 (26.56% from 255 or 28.27% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #773343 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773343 is #88CCBC. Grayscale: #494949. Windows color (decimal): -8965309 or 4404087. OLE color: 4404087.

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

Color convert

RGB1195167-
CMYK00.570.440.53
HSL345.88º40%33.33%-
HSV(B)345.88º57.14%46.67%-
XYZ9.86.696.09-
YUV73.16124.53160.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 50.21%
GREEN value IS 51 (20.31% from 255) = 21.52%
BLUE value IS 67 (26.56% from 255) = 28.27%
R=50.21%
G=21.52%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.44
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119516700.570.440.53345.884033.33
Hex7733430392C3515a2821
Octal1676310307154655325041
Binary111011111001110000110111001101100110101101011010101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773343; }

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

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

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

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

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

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

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

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