#76394A

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

Shades of Camelot #76394A

Tints of Camelot #76394A

Color information

#76394A (or 0x76394A) is unknown color: approx Camelot. HEX triplet: 76, 39 and 4A. RGB value is (118,57,74). Sum of RGB (Red+Green+Blue) = 118+57+74=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 74 (29.30% from 255 or 29.72% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76394A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76394A is #89C6B5. Grayscale: #4D4D4D. Windows color (decimal): -9029302 or 4864374. OLE color: 4864374.

HSL color Cylindrical-coordinate representation of color #76394A: hue angle of 343.28º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76394A is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB1185774-
CMYK00.520.370.54
HSL343.28º34.86%34.31%-
HSV(B)343.28º51.69%46.27%-
XYZ10.177.277.35-
YUV77.18126.21157.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 57 (22.66% from 255) = 22.89%
BLUE value IS 74 (29.30% from 255) = 29.72%
R=47.39%
G=22.89%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118577400.520.370.54343.2834.8634.31
Hex76394A03425361572322
Octal1667111206445665274342
Binary111011011100110010100110100100101110110101010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76394A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,57,74); }

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

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

 a { background-color: rgb(118,57,74); }

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

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

 span { border-color: rgb(118,57,74); }

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