Html Css Color HEX #74664F Coffee

📋 copy color: '#74664F'

red 116 ◦ green 102 ◦ blue 79

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

Shades of Coffee #74664F

Tints of Coffee #74664F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.34%

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

R = 39.06%
G = 34.34%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74664F (or 0x74664F) is known color: Coffee. HEX triplet: 74, 66 and 4F. RGB value is (116,102,79). Sum of RGB (Red+Green+Blue) = 116+102+79=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #74664F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74664F is #8B99B0. Grayscale: #676767. Windows color (decimal): -9148849 or 5203572. OLE color: 5203572.

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

Color convert

RGB 116 102 79 -
CMYK 0 0.12 0.32 0.55
HSL 37.3º 0.19% 0.38% -
HSV(B) 37.3º 0.32% 0.45% -
XYZ 13.37 13.78 9.35 -
YUV 103.56 114.14 136.87 -
System Red Green Blue C M Y K H S L
Decimal 116 102 79 0 0.12 0.32 0.55 37.3 0.19 0.38
Hex 74 66 4F 0 C 20 37 25 13 26
Octal 164 146 117 0 14 40 67 45 23 46
Binary 1110100 1100110 1001111 0 1100 100000 110111 100101 10011 100110

Color Harmonies of #74664F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74664F

Black with #74664F

Text Example


Text Example

White with #74664F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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