Html Css Color HEX #746550 Coffee

📋 copy color: '#746550'

red 116 ◦ green 101 ◦ blue 80

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

Shades of Coffee #746550

Tints of Coffee #746550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

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

R = 39.06%
G = 34.01%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.55

RGB Variations

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

Color information

#746550 (or 0x746550) is known color: Coffee. HEX triplet: 74, 65 and 50. RGB value is (116,101,80). Sum of RGB (Red+Green+Blue) = 116+101+80=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 80 (31.64% from 255 or 26.94% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #746550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746550 is #8B9AAF. Grayscale: #676767. Windows color (decimal): -9149104 or 5268852. OLE color: 5268852.

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

Color convert

RGB 116 101 80 -
CMYK 0 0.13 0.31 0.55
HSL 35º 0.18% 0.38% -
HSV(B) 35º 0.31% 0.45% -
XYZ 13.3 13.6 9.51 -
YUV 103.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 116 101 80 0 0.13 0.31 0.55 35 0.18 0.38
Hex 74 65 50 0 D 1F 37 23 12 26
Octal 164 145 120 0 15 37 67 43 22 46
Binary 1110100 1100101 1010000 0 1101 11111 110111 100011 10010 100110

Color Harmonies of #746550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746550

Black with #746550

Text Example


Text Example

White with #746550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746550; }

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

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

background-color css

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

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

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

border-color css

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

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

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