Html Css Color HEX #74644F Coffee

📋 copy color: '#74644F'

red 116 ◦ green 100 ◦ blue 79

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

Shades of Coffee #74644F

Tints of Coffee #74644F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.9%

 BLUE value IS 79 (31.25% from 255) = 26.78%

R = 39.32%
G = 33.9%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74644F (or 0x74644F) is known color: Coffee. HEX triplet: 74, 64 and 4F. RGB value is (116,100,79). Sum of RGB (Red+Green+Blue) = 116+100+79=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 100 (39.45% from 255 or 33.90% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74644F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74644F is #8B9BB0. Grayscale: #666666. Windows color (decimal): -9149361 or 5203060. OLE color: 5203060.

HSL color Cylindrical-coordinate representation of color #74644F: hue angle of 34.05º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #74644F is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 79 -
CMYK 0 0.14 0.32 0.55
HSL 34.05º 0.19% 0.38% -
HSV(B) 34.05º 0.32% 0.45% -
XYZ 13.17 13.39 9.29 -
YUV 102.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 116 100 79 0 0.14 0.32 0.55 34.05 0.19 0.38
Hex 74 64 4F 0 E 20 37 22 13 26
Octal 164 144 117 0 16 40 67 42 23 46
Binary 1110100 1100100 1001111 0 1110 100000 110111 100010 10011 100110

Color Harmonies of #74644F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74644F

Black with #74644F

Text Example


Text Example

White with #74644F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74644F; }

 p { color: rgb(116,100,79); }

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

background-color css

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

 a { background-color: rgb(116,100,79); }

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

border-color css

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

 span { border-color: rgb(116,100,79); }

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