#76675E

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

Shades of Roman Coffee #76675E

Tints of Roman Coffee #76675E

Color information

#76675E (or 0x76675E) is unknown color: approx Roman Coffee. HEX triplet: 76, 67 and 5E. RGB value is (118,103,94). Sum of RGB (Red+Green+Blue) = 118+103+94=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 103 (40.62% from 255 or 32.70% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76675E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76675E is #8998A1. Grayscale: #6A6A6A. Windows color (decimal): -9017506 or 6186870. OLE color: 6186870.

HSL color Cylindrical-coordinate representation of color #76675E: hue angle of 22.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76675E is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB11810394-
CMYK00.130.200.54
HSL22.5º11.32%41.57%-
HSV(B)22.5º20.34%46.27%-
XYZ14.3414.3612.61-
YUV106.46120.97136.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.46%
GREEN value IS 103 (40.62% from 255) = 32.70%
BLUE value IS 94 (37.11% from 255) = 29.84%
R=37.46%
G=32.70%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181039400.130.200.5422.511.3241.57
Hex76675E0D143617b2a
Octal1661471360152466271352
Binary1110110110011110111100110110100110110101111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76675E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76675E; }

 p { color: rgb(118,103,94); }

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

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

 a { background-color: rgb(118,103,94); }

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

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

 span { border-color: rgb(118,103,94); }

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