#7C675B

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

Shades of Roman Coffee #7C675B

Tints of Roman Coffee #7C675B

Color information

#7C675B (or 0x7C675B) is unknown color: approx Roman Coffee. HEX triplet: 7C, 67 and 5B. RGB value is (124,103,91). Sum of RGB (Red+Green+Blue) = 124+103+91=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 103 (40.62% from 255 or 32.39% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C675B is #8398A4. Grayscale: #6B6B6B. Windows color (decimal): -8624293 or 5990268. OLE color: 5990268.

HSL color Cylindrical-coordinate representation of color #7C675B: hue angle of 21.82º degrees, saturation: 0.15, 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 #7C675B is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB12410391-
CMYK00.170.270.51
HSL21.82º15.35%42.16%-
HSV(B)21.82º26.61%48.63%-
XYZ15.0514.7411.95-
YUV107.91118.46139.48-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.99%
GREEN value IS 103 (40.62% from 255) = 32.39%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=38.99%
G=32.39%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241039100.170.270.5121.8215.3542.16
Hex7C675B0111B3316f2a
Octal1741471330213363261752
Binary11111001100111101101101000111011110011101101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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