#7A675B

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

Shades of Roman Coffee #7A675B

Tints of Roman Coffee #7A675B

Color information

#7A675B (or 0x7A675B) is unknown color: approx Roman Coffee. HEX triplet: 7A, 67 and 5B. RGB value is (122,103,91). Sum of RGB (Red+Green+Blue) = 122+103+91=316 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.61% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 122 - color contains mainly: red. Hex color #7A675B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A675B is #8598A4. Grayscale: #6B6B6B. Windows color (decimal): -8755365 or 5990266. OLE color: 5990266.

HSL color Cylindrical-coordinate representation of color #7A675B: hue angle of 23.23º degrees, saturation: 0.15, 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 #7A675B is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB12210391-
CMYK00.160.250.52
HSL23.23º14.55%41.76%-
HSV(B)23.23º25.41%47.84%-
XYZ14.7614.5911.94-
YUV107.31118.79138.48-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 38.61%
GREEN value IS 103 (40.62% from 255) = 32.59%
BLUE value IS 91 (35.94% from 255) = 28.80%
R=38.61%
G=32.59%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1221039100.160.250.5223.2314.5541.76
Hex7A675B010193417f2a
Octal1721471330203164271752
Binary11110101100111101101101000011001110100101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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