#7D6956

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

Shades of Roman Coffee #7D6956

Tints of Roman Coffee #7D6956

Color information

#7D6956 (or 0x7D6956) is unknown color: approx Roman Coffee. HEX triplet: 7D, 69 and 56. RGB value is (125,105,86). Sum of RGB (Red+Green+Blue) = 125+105+86=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 105 (41.41% from 255 or 33.23% from 316); Blue value is 86 (33.98% from 255 or 27.22% from 316); Max value from RGB is 125 - color contains mainly: red. Hex color #7D6956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D6956 is #8296A9. Grayscale: #6C6C6C. Windows color (decimal): -8558250 or 5663101. OLE color: 5663101.

HSL color Cylindrical-coordinate representation of color #7D6956: hue angle of 29.23º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D6956 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB12510586-
CMYK00.160.310.51
HSL29.23º18.48%41.37%-
HSV(B)29.23º31.2%49.02%-
XYZ15.1915.1410.92-
YUV108.81115.13139.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.56%
GREEN value IS 105 (41.41% from 255) = 33.23%
BLUE value IS 86 (33.98% from 255) = 27.22%
R=39.56%
G=33.23%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251058600.160.310.5129.2318.4841.37
Hex7D69560101F331d1229
Octal1751511260203763352251
Binary111110111010011010110010000111111100111110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,105,86); }

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

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

 a { background-color: rgb(125,105,86); }

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

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

 span { border-color: rgb(125,105,86); }

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