#773748

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

Shades of Camelot #773748

Tints of Camelot #773748

Color information

#773748 (or 0x773748) is unknown color: approx Camelot. HEX triplet: 77, 37 and 48. RGB value is (119,55,72). Sum of RGB (Red+Green+Blue) = 119+55+72=246 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.37% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 119 - color contains mainly: red. Hex color #773748 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773748 is #88C8B7. Grayscale: #4C4C4C. Windows color (decimal): -8964280 or 4732791. OLE color: 4732791.

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

Color convert

RGB1195572-
CMYK00.540.390.53
HSL344.06º36.78%34.12%-
HSV(B)344.06º53.78%46.67%-
XYZ10.147.126.97-
YUV76.07125.7158.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.37%
GREEN value IS 55 (21.88% from 255) = 22.36%
BLUE value IS 72 (28.52% from 255) = 29.27%
R=48.37%
G=22.36%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119557200.540.390.53344.0636.7834.12
Hex77374803627351582522
Octal1676711006647655304542
Binary111011111011110010000110110100111110101101011000100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773748; }

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

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

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

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

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

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

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

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