Html Css Color HEX #746A58 Coffee

📋 copy color: '#746A58'

red 116 ◦ green 106 ◦ blue 88

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

Shades of Coffee #746A58

Tints of Coffee #746A58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 28.39%

R = 37.42%
G = 34.19%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#746A58 (or 0x746A58) is known color: Coffee. HEX triplet: 74, 6A and 58. RGB value is (116,106,88). Sum of RGB (Red+Green+Blue) = 116+106+88=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 106 (41.80% from 255 or 34.19% from 310); Blue value is 88 (34.77% from 255 or 28.39% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #746A58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746A58 is #8B95A7. Grayscale: #6B6B6B. Windows color (decimal): -9147816 or 5794420. OLE color: 5794420.

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

Color convert

RGB 116 106 88 -
CMYK 0 0.09 0.24 0.55
HSL 38.57º 0.14% 0.4% -
HSV(B) 38.57º 0.24% 0.45% -
XYZ 14.12 14.73 11.33 -
YUV 106.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 116 106 88 0 0.09 0.24 0.55 38.57 0.14 0.4
Hex 74 6A 58 0 9 18 37 27 E 28
Octal 164 152 130 0 11 30 67 47 16 50
Binary 1110100 1101010 1011000 0 1001 11000 110111 100111 1110 101000

Color Harmonies of #746A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A58

Black with #746A58

Text Example


Text Example

White with #746A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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