#76424D

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

Shades of Camelot #76424D

Tints of Camelot #76424D

Color information

#76424D (or 0x76424D) is unknown color: approx Camelot. HEX triplet: 76, 42 and 4D. RGB value is (118,66,77). Sum of RGB (Red+Green+Blue) = 118+66+77=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #76424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76424D is #89BDB2. Grayscale: #525252. Windows color (decimal): -9026995 or 5063286. OLE color: 5063286.

HSL color Cylindrical-coordinate representation of color #76424D: hue angle of 347.31º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #76424D is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1186677-
CMYK00.440.350.54
HSL347.31º28.26%36.08%-
HSV(B)347.31º44.07%46.27%-
XYZ10.768.288.05-
YUV82.8124.73153.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.21%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 77 (30.47% from 255) = 29.50%
R=45.21%
G=25.29%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118667700.440.350.54347.3128.2636.08
Hex76424D02C233615b1c24
Octal16610211505443665333444
Binary111011010000101001101010110010001111011010101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76424D; }

 p { color: rgb(118,66,77); }

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

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

 a { background-color: rgb(118,66,77); }

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

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

 span { border-color: rgb(118,66,77); }

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