#7F826C

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

Shades of Bitter #7F826C

Tints of Bitter #7F826C

Color information

#7F826C (or 0x7F826C) is unknown color: approx Bitter. HEX triplet: 7F, 82 and 6C. RGB value is (127,130,108). Sum of RGB (Red+Green+Blue) = 127+130+108=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 130 (51.17% from 255 or 35.62% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 130 - color contains mainly: green. Hex color #7F826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F826C is #807D93. Grayscale: #7E7E7E. Windows color (decimal): -8420756 or 7111295. OLE color: 7111295.

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

Color convert

RGB127130108-
CMYK0.0200.170.49
HSL68.18º9.24%46.67%-
HSV(B)68.18º16.92%50.98%-
XYZ19.4421.5617.32-
YUV126.6117.51128.29-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.79%
GREEN value IS 130 (51.17% from 255) = 35.62%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=34.79%
G=35.62%
B=29.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1271301080.0200.170.4968.189.2446.67
Hex7F826C2011314492f
Octal1772021542021611041157
Binary11111111000001011011001001000111000110001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F826C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,130,108); }

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

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

 a { background-color: rgb(127,130,108); }

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

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

 span { border-color: rgb(127,130,108); }

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