Html Css Color HEX #746A56 Coffee

📋 copy color: '#746A56'

red 116 ◦ green 106 ◦ blue 86

#746A56
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coffee #746A56

Tints of Coffee #746A56

RGB

 RED value IS 116 (45.7% from 255) = 37.66%

 GREEN value IS 106 (41.8% from 255) = 34.42%

 BLUE value IS 86 (33.98% from 255) = 27.92%

R = 37.66%
G = 34.42%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#746A56 (or 0x746A56) is known color: Coffee. HEX triplet: 74, 6A and 56. RGB value is (116,106,86). Sum of RGB (Red+Green+Blue) = 116+106+86=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 106 (41.80% from 255 or 34.42% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 116 - color contains mainly: red. Hex color #746A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A56 is #8B95A9. Grayscale: #6A6A6A. Windows color (decimal): -9147818 or 5663348. OLE color: 5663348.

HSL color Cylindrical-coordinate representation of color #746A56: hue angle of 40º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #746A56 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 106 86 -
CMYK 0 0.09 0.26 0.55
HSL 40º 0.15% 0.4% -
HSV(B) 40º 0.26% 0.45% -
XYZ 14.04 14.69 10.9 -
YUV 106.71 116.31 134.63 -
System Red Green Blue C M Y K H S L
Decimal 116 106 86 0 0.09 0.26 0.55 40 0.15 0.4
Hex 74 6A 56 0 9 1A 37 28 F 28
Octal 164 152 126 0 11 32 67 50 17 50
Binary 1110100 1101010 1010110 0 1001 11010 110111 101000 1111 101000

Color Harmonies of #746A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A56

Black with #746A56

Text Example


Text Example

White with #746A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746A56; }

 p { color: rgb(116,106,86); }

 H1.HeaderClassName
 {
   color: #746A56;
 }
 .AnyTagClassName
 {
   color: #746A56;
 }
</style>

background-color css

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

 a { background-color: rgb(116,106,86); }

 div.DivClassName
 {
   background-color: #746A56;
 }
 .BgClassName
 {
   background-color: #746A56;
 }
</style>

border-color css

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

 span { border-color: rgb(116,106,86); }

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