#7B685C

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

Shades of Roman Coffee #7B685C

Tints of Roman Coffee #7B685C

Color information

#7B685C (or 0x7B685C) is unknown color: approx Roman Coffee. HEX triplet: 7B, 68 and 5C. RGB value is (123,104,92). Sum of RGB (Red+Green+Blue) = 123+104+92=319 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.56% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 123 - color contains mainly: red. Hex color #7B685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B685C is #8497A3. Grayscale: #6C6C6C. Windows color (decimal): -8689572 or 6056059. OLE color: 6056059.

HSL color Cylindrical-coordinate representation of color #7B685C: hue angle of 23.23º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B685C is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB12310492-
CMYK00.150.250.52
HSL23.23º14.42%42.16%-
HSV(B)23.23º25.2%48.24%-
XYZ15.0514.8812.2-
YUV108.31118.79138.48-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 38.56%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 92 (36.33% from 255) = 28.84%
R=38.56%
G=32.60%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1231049200.150.250.5223.2314.4242.16
Hex7B685C0F193417e2a
Octal1731501340173164271652
Binary1111011110100010111000111111001110100101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,104,92); }

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

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

 a { background-color: rgb(123,104,92); }

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

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

 span { border-color: rgb(123,104,92); }

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