#756961

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

Shades of Roman Coffee #756961

Tints of Roman Coffee #756961

Color information

#756961 (or 0x756961) is unknown color: approx Roman Coffee. HEX triplet: 75, 69 and 61. RGB value is (117,105,97). Sum of RGB (Red+Green+Blue) = 117+105+97=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 117 - color contains mainly: red. Hex color #756961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756961 is #8A969E. Grayscale: #6B6B6B. Windows color (decimal): -9082527 or 6383989. OLE color: 6383989.

HSL color Cylindrical-coordinate representation of color #756961: hue angle of 24º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #756961 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB11710597-
CMYK00.100.170.54
HSL24º9.35%41.96%-
HSV(B)24º17.09%45.88%-
XYZ14.5514.7513.39-
YUV107.68121.98134.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=36.68%
G=32.92%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171059700.100.170.54249.3541.96
Hex7569610A11361892a
Octal1651511410122166301152
Binary1110101110100111000010101010001110110110001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756961; }

 p { color: rgb(117,105,97); }

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

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

 a { background-color: rgb(117,105,97); }

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

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

 span { border-color: rgb(117,105,97); }

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