#7F6B5F

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

Shades of Roman Coffee #7F6B5F

Tints of Roman Coffee #7F6B5F

Color information

#7F6B5F (or 0x7F6B5F) is unknown color: approx Roman Coffee. HEX triplet: 7F, 6B and 5F. RGB value is (127,107,95). Sum of RGB (Red+Green+Blue) = 127+107+95=329 (43% of max value = 765). Red value is 127 (50% from 255 or 38.60% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6B5F is #8094A0. Grayscale: #6F6F6F. Windows color (decimal): -8426657 or 6253439. OLE color: 6253439.

HSL color Cylindrical-coordinate representation of color #7F6B5F: hue angle of 22.5º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F6B5F is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB12710795-
CMYK00.160.250.50
HSL22.5º14.41%43.53%-
HSV(B)22.5º25.2%49.8%-
XYZ16.0815.8513.04-
YUV111.61118.63138.98-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 38.60%
GREEN value IS 107 (42.19% from 255) = 32.52%
BLUE value IS 95 (37.5% from 255) = 28.88%
R=38.60%
G=32.52%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271079500.160.250.5022.514.4143.53
Hex7F6B5F010193217e2c
Octal1771531370203162271654
Binary11111111101011101111101000011001110010101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,107,95); }

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

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

 a { background-color: rgb(127,107,95); }

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

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

 span { border-color: rgb(127,107,95); }

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