#76434E

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

Shades of Camelot #76434E

Tints of Camelot #76434E

Color information

#76434E (or 0x76434E) is unknown color: approx Camelot. HEX triplet: 76, 43 and 4E. RGB value is (118,67,78). Sum of RGB (Red+Green+Blue) = 118+67+78=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 78 (30.86% from 255 or 29.66% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76434E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76434E is #89BCB1. Grayscale: #535353. Windows color (decimal): -9026738 or 5129078. OLE color: 5129078.

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

Color convert

RGB1186778-
CMYK00.430.340.54
HSL347.06º27.57%36.27%-
HSV(B)347.06º43.22%46.27%-
XYZ10.858.428.26-
YUV83.5124.9152.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 78 (30.86% from 255) = 29.66%
R=44.87%
G=25.48%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118677800.430.340.54347.0627.5736.27
Hex76434E02B223615b1c24
Octal16610311605342665333444
Binary111011010000111001110010101110001011011010101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76434E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76434E; }

 p { color: rgb(118,67,78); }

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

<style>
 a { background-color: #76434E; }

 a { background-color: rgb(118,67,78); }

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

<style>
 span { border-color: #76434E; }

 span { border-color: rgb(118,67,78); }

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