Html Css Color HEX #74654F Coffee

📋 copy color: '#74654F'

red 116 ◦ green 101 ◦ blue 79

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

Shades of Coffee #74654F

Tints of Coffee #74654F

RGB

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

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

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

R = 39.19%
G = 34.12%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.55

RGB Variations

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

Color information

#74654F (or 0x74654F) is known color: Coffee. HEX triplet: 74, 65 and 4F. RGB value is (116,101,79). Sum of RGB (Red+Green+Blue) = 116+101+79=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #74654F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74654F is #8B9AB0. Grayscale: #676767. Windows color (decimal): -9149105 or 5203316. OLE color: 5203316.

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

Color convert

RGB 116 101 79 -
CMYK 0 0.13 0.32 0.55
HSL 35.68º 0.19% 0.38% -
HSV(B) 35.68º 0.32% 0.45% -
XYZ 13.27 13.58 9.32 -
YUV 102.98 114.47 137.29 -
System Red Green Blue C M Y K H S L
Decimal 116 101 79 0 0.13 0.32 0.55 35.68 0.19 0.38
Hex 74 65 4F 0 D 20 37 24 13 26
Octal 164 145 117 0 15 40 67 44 23 46
Binary 1110100 1100101 1001111 0 1101 100000 110111 100100 10011 100110

Color Harmonies of #74654F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74654F

Black with #74654F

Text Example


Text Example

White with #74654F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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