Html Css Color HEX #746954 Coffee

📋 copy color: '#746954'

red 116 ◦ green 105 ◦ blue 84

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

Shades of Coffee #746954

Tints of Coffee #746954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 27.54%

R = 38.03%
G = 34.43%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#746954 (or 0x746954) is known color: Coffee. HEX triplet: 74, 69 and 54. RGB value is (116,105,84). Sum of RGB (Red+Green+Blue) = 116+105+84=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 105 (41.41% from 255 or 34.43% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #746954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746954 is #8B96AB. Grayscale: #696969. Windows color (decimal): -9148076 or 5532020. OLE color: 5532020.

HSL color Cylindrical-coordinate representation of color #746954: hue angle of 39.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #746954 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 105 84 -
CMYK 0 0.09 0.28 0.55
HSL 39.38º 0.16% 0.39% -
HSV(B) 39.38º 0.28% 0.45% -
XYZ 13.85 14.46 10.45 -
YUV 105.9 115.64 135.21 -
System Red Green Blue C M Y K H S L
Decimal 116 105 84 0 0.09 0.28 0.55 39.38 0.16 0.39
Hex 74 69 54 0 9 1C 37 27 10 27
Octal 164 151 124 0 11 34 67 47 20 47
Binary 1110100 1101001 1010100 0 1001 11100 110111 100111 10000 100111

Color Harmonies of #746954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746954

Black with #746954

Text Example


Text Example

White with #746954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746954; }

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

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

background-color css

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

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

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

border-color css

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

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

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