#7F434D

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

Shades of Camelot #7F434D

Tints of Camelot #7F434D

Color information

#7F434D (or 0x7F434D) is unknown color: approx Camelot. HEX triplet: 7F, 43 and 4D. RGB value is (127,67,77). Sum of RGB (Red+Green+Blue) = 127+67+77=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F434D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F434D is #80BCB2. Grayscale: #565656. Windows color (decimal): -8436915 or 5063551. OLE color: 5063551.

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

Color convert

RGB1276777-
CMYK00.470.390.50
HSL350º30.93%38.04%-
HSV(B)350º47.24%49.8%-
XYZ12.19.068.13-
YUV86.08122.88157.19-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 46.86%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 77 (30.47% from 255) = 28.41%
R=46.86%
G=24.72%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127677700.470.390.5035030.9338.04
Hex7F434D02F273215e1f26
Octal17710311505747625363746
Binary111111110000111001101010111110011111001010101111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,67,77); }

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

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

 a { background-color: rgb(127,67,77); }

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

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

 span { border-color: rgb(127,67,77); }

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