#7F7C69

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

Shades of Bandicoot #7F7C69

Tints of Bandicoot #7F7C69

Color information

#7F7C69 (or 0x7F7C69) is unknown color: approx Bandicoot. HEX triplet: 7F, 7C and 69. RGB value is (127,124,105). Sum of RGB (Red+Green+Blue) = 127+124+105=356 (47% of max value = 765). Red value is 127 (50% from 255 or 35.67% from 356); Green value is 124 (48.83% from 255 or 34.83% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7C69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F7C69 is #808396. Grayscale: #7A7A7A. Windows color (decimal): -8422295 or 6913151. OLE color: 6913151.

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

Color convert

RGB127124105-
CMYK00.020.170.50
HSL51.82º9.48%45.49%-
HSV(B)51.82º17.32%49.8%-
XYZ18.5119.9516.24-
YUV122.73117.99131.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 35.67%
GREEN value IS 124 (48.83% from 255) = 34.83%
BLUE value IS 105 (41.41% from 255) = 29.49%
R=35.67%
G=34.83%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12712410500.020.170.5051.829.4845.49
Hex7F7C690211323492d
Octal177174151022162641155
Binary111111111111001101001010100011100101101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F7C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,124,105); }

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

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

 a { background-color: rgb(127,124,105); }

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

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

 span { border-color: rgb(127,124,105); }

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