Html Css Color HEX #74654D Coffee

📋 copy color: '#74654D'

red 116 ◦ green 101 ◦ blue 77

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

Shades of Coffee #74654D

Tints of Coffee #74654D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 39.46%
G = 34.35%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74654D (or 0x74654D) is known color: Coffee. HEX triplet: 74, 65 and 4D. RGB value is (116,101,77). Sum of RGB (Red+Green+Blue) = 116+101+77=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #74654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74654D is #8B9AB2. Grayscale: #666666. Windows color (decimal): -9149107 or 5072244. OLE color: 5072244.

HSL color Cylindrical-coordinate representation of color #74654D: hue angle of 36.92º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #74654D is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 77 -
CMYK 0 0.13 0.34 0.55
HSL 36.92º 0.2% 0.38% -
HSV(B) 36.92º 0.34% 0.45% -
XYZ 13.2 13.56 8.94 -
YUV 102.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 116 101 77 0 0.13 0.34 0.55 36.92 0.2 0.38
Hex 74 65 4D 0 D 22 37 25 14 26
Octal 164 145 115 0 15 42 67 45 24 46
Binary 1110100 1100101 1001101 0 1101 100010 110111 100101 10100 100110

Color Harmonies of #74654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74654D

Black with #74654D

Text Example


Text Example

White with #74654D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74654D; }

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

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

background-color css

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

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

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

border-color css

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

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

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