Html Css Color HEX #766961 Roman Coffee

📋 copy color: '#766961'

red 118 ◦ green 105 ◦ blue 97

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

Shades of Roman Coffee #766961

Tints of Roman Coffee #766961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.31%

R = 36.88%
G = 32.81%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#766961 (or 0x766961) is known color: Roman Coffee. HEX triplet: 76, 69 and 61. RGB value is (118,105,97). Sum of RGB (Red+Green+Blue) = 118+105+97=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 118 - color contains mainly: red. Hex color #766961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766961 is #89969E. Grayscale: #6C6C6C. Windows color (decimal): -9016991 or 6383990. OLE color: 6383990.

HSL color Cylindrical-coordinate representation of color #766961: hue angle of 22.86º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #766961 is Cyan = 0, Magento = 0.11, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 97 -
CMYK 0 0.11 0.18 0.54
HSL 22.86º 0.1% 0.42% -
HSV(B) 22.86º 0.18% 0.46% -
XYZ 14.68 14.82 13.4 -
YUV 107.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 118 105 97 0 0.11 0.18 0.54 22.86 0.1 0.42
Hex 76 69 61 0 B 12 36 17 A 2A
Octal 166 151 141 0 13 22 66 27 12 52
Binary 1110110 1101001 1100001 0 1011 10010 110110 10111 1010 101010

Color Harmonies of #766961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766961

Black with #766961

Text Example


Text Example

White with #766961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766961; }

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

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

background-color css

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

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

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

border-color css

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

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

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