Html Css Color HEX #76694D Coffee

📋 copy color: '#76694D'

red 118 ◦ green 105 ◦ blue 77

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

Shades of Coffee #76694D

Tints of Coffee #76694D

RGB

 RED value IS 118 (46.48% from 255) = 39.33%

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

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

R = 39.33%
G = 35%
B = 25.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#76694D (or 0x76694D) is known color: Coffee. HEX triplet: 76, 69 and 4D. RGB value is (118,105,77). Sum of RGB (Red+Green+Blue) = 118+105+77=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #76694D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76694D is #8996B2. Grayscale: #696969. Windows color (decimal): -9017011 or 5073270. OLE color: 5073270.

HSL color Cylindrical-coordinate representation of color #76694D: hue angle of 40.98º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #76694D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 77 -
CMYK 0 0.11 0.35 0.54
HSL 40.98º 0.21% 0.38% -
HSV(B) 40.98º 0.35% 0.46% -
XYZ 13.86 14.49 9.09 -
YUV 105.7 111.81 136.78 -
System Red Green Blue C M Y K H S L
Decimal 118 105 77 0 0.11 0.35 0.54 40.98 0.21 0.38
Hex 76 69 4D 0 B 23 36 29 15 26
Octal 166 151 115 0 13 43 66 51 25 46
Binary 1110110 1101001 1001101 0 1011 100011 110110 101001 10101 100110

Color Harmonies of #76694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76694D

Black with #76694D

Text Example


Text Example

White with #76694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,105,77); }

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

background-color css

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

 a { background-color: rgb(118,105,77); }

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

border-color css

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

 span { border-color: rgb(118,105,77); }

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