#77374A

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

Shades of Camelot #77374A

Tints of Camelot #77374A

Color information

#77374A (or 0x77374A) is unknown color: approx Camelot. HEX triplet: 77, 37 and 4A. RGB value is (119,55,74). Sum of RGB (Red+Green+Blue) = 119+55+74=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #77374A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77374A is #88C8B5. Grayscale: #4C4C4C. Windows color (decimal): -8964278 or 4863863. OLE color: 4863863.

HSL color Cylindrical-coordinate representation of color #77374A: hue angle of 342.19º 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 #77374A is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB1195574-
CMYK00.540.380.53
HSL342.19º36.78%34.12%-
HSV(B)342.19º53.78%46.67%-
XYZ10.217.157.32-
YUV76.3126.7158.46-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.98%
GREEN value IS 55 (21.88% from 255) = 22.18%
BLUE value IS 74 (29.30% from 255) = 29.84%
R=47.98%
G=22.18%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119557400.540.380.53342.1936.7834.12
Hex77374A03626351562522
Octal1676711206646655264542
Binary111011111011110010100110110100110110101101010110100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77374A; }

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

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

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

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

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

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

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

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