Html Css Color HEX #74694F Coffee

📋 copy color: '#74694F'

red 116 ◦ green 105 ◦ blue 79

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

Shades of Coffee #74694F

Tints of Coffee #74694F

RGB

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

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

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

R = 38.67%
G = 35%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74694F (or 0x74694F) is known color: Coffee. HEX triplet: 74, 69 and 4F. RGB value is (116,105,79). Sum of RGB (Red+Green+Blue) = 116+105+79=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #74694F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74694F is #8B96B0. Grayscale: #696969. Windows color (decimal): -9148081 or 5204340. OLE color: 5204340.

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

Color convert

RGB 116 105 79 -
CMYK 0 0.09 0.32 0.55
HSL 42.16º 0.19% 0.38% -
HSV(B) 42.16º 0.32% 0.45% -
XYZ 13.67 14.38 9.45 -
YUV 105.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 116 105 79 0 0.09 0.32 0.55 42.16 0.19 0.38
Hex 74 69 4F 0 9 20 37 2A 13 26
Octal 164 151 117 0 11 40 67 52 23 46
Binary 1110100 1101001 1001111 0 1001 100000 110111 101010 10011 100110

Color Harmonies of #74694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74694F

Black with #74694F

Text Example


Text Example

White with #74694F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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