#7D675B

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

Shades of Roman Coffee #7D675B

Tints of Roman Coffee #7D675B

Color information

#7D675B (or 0x7D675B) is unknown color: approx Roman Coffee. HEX triplet: 7D, 67 and 5B. RGB value is (125,103,91). Sum of RGB (Red+Green+Blue) = 125+103+91=319 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.18% from 319); Green value is 103 (40.62% from 255 or 32.29% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 125 - color contains mainly: red. Hex color #7D675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D675B is #8298A4. Grayscale: #6C6C6C. Windows color (decimal): -8558757 or 5990269. OLE color: 5990269.

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

Color convert

RGB12510391-
CMYK00.180.270.51
HSL21.18º15.74%42.35%-
HSV(B)21.18º27.2%49.02%-
XYZ15.214.8211.96-
YUV108.21118.29139.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.18%
GREEN value IS 103 (40.62% from 255) = 32.29%
BLUE value IS 91 (35.94% from 255) = 28.53%
R=39.18%
G=32.29%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251039100.180.270.5121.1815.7442.35
Hex7D675B0121B3315102a
Octal1751471330223363252052
Binary111110111001111011011010010110111100111010110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,103,91); }

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

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

 a { background-color: rgb(125,103,91); }

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

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

 span { border-color: rgb(125,103,91); }

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