#7F7450

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

Shades of Go Ben #7F7450

Tints of Go Ben #7F7450

Color information

#7F7450 (or 0x7F7450) is unknown color: approx Go Ben. HEX triplet: 7F, 74 and 50. RGB value is (127,116,80). Sum of RGB (Red+Green+Blue) = 127+116+80=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7450 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7450 is #808BAF. Grayscale: #737373. Windows color (decimal): -8424368 or 5272703. OLE color: 5272703.

HSL color Cylindrical-coordinate representation of color #7F7450: hue angle of 45.96º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F7450 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB12711680-
CMYK00.090.370.50
HSL45.96º22.71%40.59%-
HSV(B)45.96º37.01%49.8%-
XYZ16.4517.5810.12-
YUV115.18108.14136.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.32%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=39.32%
G=35.91%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271168000.090.370.5045.9622.7140.59
Hex7F74500925322e1729
Octal1771641200114562562751
Binary1111111111010010100000100110010111001010111010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,116,80); }

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

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

 a { background-color: rgb(127,116,80); }

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

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

 span { border-color: rgb(127,116,80); }

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