#773E48

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

Shades of Camelot #773E48

Tints of Camelot #773E48

Color information

#773E48 (or 0x773E48) is unknown color: approx Camelot. HEX triplet: 77, 3E and 48. RGB value is (119,62,72). Sum of RGB (Red+Green+Blue) = 119+62+72=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 72 (28.52% from 255 or 28.46% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #773E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #773E48 is #88C1B7. Grayscale: #505050. Windows color (decimal): -8962488 or 4734583. OLE color: 4734583.

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

Color convert

RGB1196272-
CMYK00.480.390.53
HSL349.47º31.49%35.49%-
HSV(B)349.47º47.9%46.67%-
XYZ10.57.847.09-
YUV80.18123.38155.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 62 (24.61% from 255) = 24.51%
BLUE value IS 72 (28.52% from 255) = 28.46%
R=47.04%
G=24.51%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119627200.480.390.53349.4731.4935.49
Hex773E48030273515d1f23
Octal1677611006047655353743
Binary11101111111101001000011000010011111010110101110111111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773E48; }

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

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

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

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

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

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

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

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