Html Css Color HEX #77694C Coffee

📋 copy color: '#77694C'

red 119 ◦ green 105 ◦ blue 76

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

Shades of Coffee #77694C

Tints of Coffee #77694C

RGB

 RED value IS 119 (46.88% from 255) = 39.67%

 GREEN value IS 105 (41.41% from 255) = 35%

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

R = 39.67%
G = 35%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#77694C (or 0x77694C) is known color: Coffee. HEX triplet: 77, 69 and 4C. RGB value is (119,105,76). Sum of RGB (Red+Green+Blue) = 119+105+76=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 119 - color contains mainly: red. Hex color #77694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77694C is #8896B3. Grayscale: #6A6A6A. Windows color (decimal): -8951476 or 5007735. OLE color: 5007735.

HSL color Cylindrical-coordinate representation of color #77694C: hue angle of 40.47º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77694C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 105 76 -
CMYK 0 0.12 0.36 0.53
HSL 40.47º 0.22% 0.38% -
HSV(B) 40.47º 0.36% 0.47% -
XYZ 13.96 14.55 8.91 -
YUV 105.88 111.14 137.36 -
System Red Green Blue C M Y K H S L
Decimal 119 105 76 0 0.12 0.36 0.53 40.47 0.22 0.38
Hex 77 69 4C 0 C 24 35 28 16 26
Octal 167 151 114 0 14 44 65 50 26 46
Binary 1110111 1101001 1001100 0 1100 100100 110101 101000 10110 100110

Color Harmonies of #77694C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77694C

Black with #77694C

Text Example


Text Example

White with #77694C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,105,76); }

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

background-color css

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

 a { background-color: rgb(119,105,76); }

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

border-color css

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

 span { border-color: rgb(119,105,76); }

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