#7F664C

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

Shades of Roman Coffee #7F664C

Tints of Roman Coffee #7F664C

Color information

#7F664C (or 0x7F664C) is unknown color: approx Roman Coffee. HEX triplet: 7F, 66 and 4C. RGB value is (127,102,76). Sum of RGB (Red+Green+Blue) = 127+102+76=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F664C is #8099B3. Grayscale: #6A6A6A. Windows color (decimal): -8427956 or 5006975. OLE color: 5006975.

HSL color Cylindrical-coordinate representation of color #7F664C: hue angle of 30.59º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7F664C is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.50.

Color convert

RGB12710276-
CMYK00.200.400.50
HSL30.59º25.12%39.8%-
HSV(B)30.59º40.16%49.8%-
XYZ14.8114.548.86-
YUV106.51110.78142.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.64%
GREEN value IS 102 (40.23% from 255) = 33.44%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=41.64%
G=33.44%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271027600.200.400.5030.5925.1239.8
Hex7F664C01428321f1928
Octal1771461140245062373150
Binary1111111110011010011000101001010001100101111111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F664C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,102,76); }

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

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

 a { background-color: rgb(127,102,76); }

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

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

 span { border-color: rgb(127,102,76); }

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