#76444F

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

Shades of Camelot #76444F

Tints of Camelot #76444F

Color information

#76444F (or 0x76444F) is unknown color: approx Camelot. HEX triplet: 76, 44 and 4F. RGB value is (118,68,79). Sum of RGB (Red+Green+Blue) = 118+68+79=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 79 (31.25% from 255 or 29.81% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76444F is #89BBB0. Grayscale: #545454. Windows color (decimal): -9026481 or 5194870. OLE color: 5194870.

HSL color Cylindrical-coordinate representation of color #76444F: hue angle of 346.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #76444F is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB1186879-
CMYK00.420.330.54
HSL346.8º26.88%36.47%-
HSV(B)346.8º42.37%46.27%-
XYZ10.958.558.47-
YUV84.2125.06152.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 68 (26.95% from 255) = 25.66%
BLUE value IS 79 (31.25% from 255) = 29.81%
R=44.53%
G=25.66%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118687900.420.330.54346.826.8836.47
Hex76444F02A213615b1b24
Octal16610411705241665333344
Binary111011010001001001111010101010000111011010101101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76444F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76444F; }

 p { color: rgb(118,68,79); }

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

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

 a { background-color: rgb(118,68,79); }

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

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

 span { border-color: rgb(118,68,79); }

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