#7F374D

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

Shades of Camelot #7F374D

Tints of Camelot #7F374D

Color information

#7F374D (or 0x7F374D) is unknown color: approx Camelot. HEX triplet: 7F, 37 and 4D. RGB value is (127,55,77). Sum of RGB (Red+Green+Blue) = 127+55+77=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F374D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F374D is #80C8B2. Grayscale: #4F4F4F. Windows color (decimal): -8439987 or 5060479. OLE color: 5060479.

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

Color convert

RGB1275577-
CMYK00.570.390.50
HSL341.67º39.56%35.69%-
HSV(B)341.67º56.69%49.8%-
XYZ11.467.787.92-
YUV79.04126.85162.21-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.03%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=49.03%
G=21.24%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127557700.570.390.50341.6739.5635.69
Hex7F374D03927321562824
Octal1776711507147625265044
Binary111111111011110011010111001100111110010101010110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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