Html Css Color HEX #746950 Coffee

📋 copy color: '#746950'

red 116 ◦ green 105 ◦ blue 80

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

Shades of Coffee #746950

Tints of Coffee #746950

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 38.54%
G = 34.88%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#746950 (or 0x746950) is known color: Coffee. HEX triplet: 74, 69 and 50. RGB value is (116,105,80). Sum of RGB (Red+Green+Blue) = 116+105+80=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #746950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746950 is #8B96AF. Grayscale: #696969. Windows color (decimal): -9148080 or 5269876. OLE color: 5269876.

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

Color convert

RGB 116 105 80 -
CMYK 0 0.09 0.31 0.55
HSL 41.67º 0.18% 0.38% -
HSV(B) 41.67º 0.31% 0.45% -
XYZ 13.7 14.4 9.65 -
YUV 105.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 116 105 80 0 0.09 0.31 0.55 41.67 0.18 0.38
Hex 74 69 50 0 9 1F 37 2A 12 26
Octal 164 151 120 0 11 37 67 52 22 46
Binary 1110100 1101001 1010000 0 1001 11111 110111 101010 10010 100110

Color Harmonies of #746950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746950

Black with #746950

Text Example


Text Example

White with #746950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746950; }

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

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

background-color css

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

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

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

border-color css

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

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

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