Html Css Color HEX #76694B Coffee

📋 copy color: '#76694B'

red 118 ◦ green 105 ◦ blue 75

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

Shades of Coffee #76694B

Tints of Coffee #76694B

RGB

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

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

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

R = 39.6%
G = 35.23%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#76694B (or 0x76694B) is known color: Coffee. HEX triplet: 76, 69 and 4B. RGB value is (118,105,75). Sum of RGB (Red+Green+Blue) = 118+105+75=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76694B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76694B is #8996B4. Grayscale: #696969. Windows color (decimal): -9017013 or 4942198. OLE color: 4942198.

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

Color convert

RGB 118 105 75 -
CMYK 0 0.11 0.36 0.54
HSL 41.86º 0.22% 0.38% -
HSV(B) 41.86º 0.36% 0.46% -
XYZ 13.79 14.46 8.72 -
YUV 105.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 118 105 75 0 0.11 0.36 0.54 41.86 0.22 0.38
Hex 76 69 4B 0 B 24 36 2A 16 26
Octal 166 151 113 0 13 44 66 52 26 46
Binary 1110110 1101001 1001011 0 1011 100100 110110 101010 10110 100110

Color Harmonies of #76694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76694B

Black with #76694B

Text Example


Text Example

White with #76694B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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