Html Css Color HEX #74664C Coffee

📋 copy color: '#74664C'

red 116 ◦ green 102 ◦ blue 76

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

Shades of Coffee #74664C

Tints of Coffee #74664C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.85%

R = 39.46%
G = 34.69%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#74664C (or 0x74664C) is known color: Coffee. HEX triplet: 74, 66 and 4C. RGB value is (116,102,76). Sum of RGB (Red+Green+Blue) = 116+102+76=294 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.46% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 116 - color contains mainly: red. Hex color #74664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74664C is #8B99B3. Grayscale: #676767. Windows color (decimal): -9148852 or 5006964. OLE color: 5006964.

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

Color convert

RGB 116 102 76 -
CMYK 0 0.12 0.34 0.55
HSL 39º 0.21% 0.38% -
HSV(B) 39º 0.34% 0.45% -
XYZ 13.26 13.74 8.79 -
YUV 103.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 116 102 76 0 0.12 0.34 0.55 39 0.21 0.38
Hex 74 66 4C 0 C 22 37 27 15 26
Octal 164 146 114 0 14 42 67 47 25 46
Binary 1110100 1100110 1001100 0 1100 100010 110111 100111 10101 100110

Color Harmonies of #74664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74664C

Black with #74664C

Text Example


Text Example

White with #74664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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