#7E434C

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

Shades of Camelot #7E434C

Tints of Camelot #7E434C

Color information

#7E434C (or 0x7E434C) is unknown color: approx Camelot. HEX triplet: 7E, 43 and 4C. RGB value is (126,67,76). Sum of RGB (Red+Green+Blue) = 126+67+76=269 (35% of max value = 765). Red value is 126 (49.61% from 255 or 46.84% from 269); Green value is 67 (26.56% from 255 or 24.91% from 269); Blue value is 76 (30.08% from 255 or 28.25% from 269); Max value from RGB is 126 - color contains mainly: red. Hex color #7E434C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E434C is #81BCB3. Grayscale: #555555. Windows color (decimal): -8502452 or 4998014. OLE color: 4998014.

HSL color Cylindrical-coordinate representation of color #7E434C: hue angle of 350.85º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7E434C is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB1266776-
CMYK00.470.400.51
HSL350.85º30.57%37.84%-
HSV(B)350.85º46.83%49.41%-
XYZ11.928.977.94-
YUV85.67122.55156.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 46.84%
GREEN value IS 67 (26.56% from 255) = 24.91%
BLUE value IS 76 (30.08% from 255) = 28.25%
R=46.84%
G=24.91%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126677600.470.400.51350.8530.5737.84
Hex7E434C02F283315f1f26
Octal17610311405750635373746
Binary111111010000111001100010111110100011001110101111111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E434C; }

 p { color: rgb(126,67,76); }

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

<style>
 a { background-color: #7E434C; }

 a { background-color: rgb(126,67,76); }

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

<style>
 span { border-color: #7E434C; }

 span { border-color: rgb(126,67,76); }

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