#7F6955

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

Shades of Roman Coffee #7F6955

Tints of Roman Coffee #7F6955

Color information

#7F6955 (or 0x7F6955) is unknown color: approx Roman Coffee. HEX triplet: 7F, 69 and 55. RGB value is (127,105,85). Sum of RGB (Red+Green+Blue) = 127+105+85=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 85 (33.59% from 255 or 26.81% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F6955 is #8096AA. Grayscale: #6D6D6D. Windows color (decimal): -8427179 or 5597567. OLE color: 5597567.

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

Color convert

RGB12710585-
CMYK00.170.330.50
HSL28.57º19.81%41.57%-
HSV(B)28.57º33.07%49.8%-
XYZ15.4415.2710.73-
YUV109.3114.29140.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.06%
GREEN value IS 105 (41.41% from 255) = 33.12%
BLUE value IS 85 (33.59% from 255) = 26.81%
R=40.06%
G=33.12%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271058500.170.330.5028.5719.8141.57
Hex7F695501121321d142a
Octal1771511250214162352452
Binary1111111110100110101010100011000011100101110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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