Html Css Color HEX #74684B Coffee

📋 copy color: '#74684B'

red 116 ◦ green 104 ◦ blue 75

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

Shades of Coffee #74684B

Tints of Coffee #74684B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.25%

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 39.32%
G = 35.25%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.35

 K value IS 0.55

RGB Variations

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

Color information

#74684B (or 0x74684B) is known color: Coffee. HEX triplet: 74, 68 and 4B. RGB value is (116,104,75). Sum of RGB (Red+Green+Blue) = 116+104+75=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #74684B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74684B is #8B97B4. Grayscale: #686868. Windows color (decimal): -9148341 or 4941940. OLE color: 4941940.

HSL color Cylindrical-coordinate representation of color #74684B: hue angle of 42.44º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #74684B is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 75 -
CMYK 0 0.10 0.35 0.55
HSL 42.44º 0.21% 0.37% -
HSV(B) 42.44º 0.35% 0.45% -
XYZ 13.42 14.12 8.67 -
YUV 104.28 111.48 136.36 -
System Red Green Blue C M Y K H S L
Decimal 116 104 75 0 0.10 0.35 0.55 42.44 0.21 0.37
Hex 74 68 4B 0 A 23 37 2A 15 25
Octal 164 150 113 0 12 43 67 52 25 45
Binary 1110100 1101000 1001011 0 1010 100011 110111 101010 10101 100101

Color Harmonies of #74684B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74684B

Black with #74684B

Text Example


Text Example

White with #74684B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74684B; }

 p { color: rgb(116,104,75); }

 H1.HeaderClassName
 {
   color: #74684B;
 }
 .AnyTagClassName
 {
   color: #74684B;
 }
</style>

background-color css

<style>
 a { background-color: #74684B; }

 a { background-color: rgb(116,104,75); }

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

border-color css

<style>
 span { border-color: #74684B; }

 span { border-color: rgb(116,104,75); }

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