#76645A

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

Shades of Roman Coffee #76645A

Tints of Roman Coffee #76645A

Color information

#76645A (or 0x76645A) is unknown color: approx Roman Coffee. HEX triplet: 76, 64 and 5A. RGB value is (118,100,90). Sum of RGB (Red+Green+Blue) = 118+100+90=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #76645A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76645A is #899BA5. Grayscale: #686868. Windows color (decimal): -9018278 or 5923958. OLE color: 5923958.

HSL color Cylindrical-coordinate representation of color #76645A: hue angle of 21.43º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #76645A is Cyan = 0, Magento = 0.15, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB11810090-
CMYK00.150.240.54
HSL21.43º13.46%40.78%-
HSV(B)21.43º23.73%46.27%-
XYZ13.8713.711.59-
YUV104.24119.96137.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 38.31%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=38.31%
G=32.47%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181009000.150.240.5421.4313.4640.78
Hex76645A0F183615d29
Octal1661441320173066251551
Binary1110110110010010110100111111000110110101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76645A; }

 p { color: rgb(118,100,90); }

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

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

 a { background-color: rgb(118,100,90); }

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

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

 span { border-color: rgb(118,100,90); }

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