Html Css Color HEX #746958 Coffee

📋 copy color: '#746958'

red 116 ◦ green 105 ◦ blue 88

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

Shades of Coffee #746958

Tints of Coffee #746958

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.98%

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

R = 37.54%
G = 33.98%
B = 28.48%

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

#746958 (or 0x746958) is known color: Coffee. HEX triplet: 74, 69 and 58. RGB value is (116,105,88). Sum of RGB (Red+Green+Blue) = 116+105+88=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 88 (34.77% from 255 or 28.48% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #746958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746958 is #8B96A7. Grayscale: #6A6A6A. Windows color (decimal): -9148072 or 5794164. OLE color: 5794164.

HSL color Cylindrical-coordinate representation of color #746958: hue angle of 36.43º 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 #746958 is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 88 -
CMYK 0 0.09 0.24 0.55
HSL 36.43º 0.14% 0.4% -
HSV(B) 36.43º 0.24% 0.45% -
XYZ 14.02 14.52 11.3 -
YUV 106.35 117.64 134.88 -
System Red Green Blue C M Y K H S L
Decimal 116 105 88 0 0.09 0.24 0.55 36.43 0.14 0.4
Hex 74 69 58 0 9 18 37 24 E 28
Octal 164 151 130 0 11 30 67 44 16 50
Binary 1110100 1101001 1011000 0 1001 11000 110111 100100 1110 101000

Color Harmonies of #746958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746958

Black with #746958

Text Example


Text Example

White with #746958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746958; }

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

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

background-color css

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

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

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

border-color css

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

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

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