Html Css Color HEX #76685F Roman Coffee

📋 copy color: '#76685F'

red 118 ◦ green 104 ◦ blue 95

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

Shades of Roman Coffee #76685F

Tints of Roman Coffee #76685F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.81%

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 37.22%
G = 32.81%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76685F (or 0x76685F) is known color: Roman Coffee. HEX triplet: 76, 68 and 5F. RGB value is (118,104,95). Sum of RGB (Red+Green+Blue) = 118+104+95=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #76685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76685F is #8997A0. Grayscale: #6B6B6B. Windows color (decimal): -9017249 or 6252662. OLE color: 6252662.

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

Color convert

RGB 118 104 95 -
CMYK 0 0.12 0.19 0.54
HSL 23.48º 0.11% 0.42% -
HSV(B) 23.48º 0.19% 0.46% -
XYZ 14.49 14.58 12.88 -
YUV 107.16 121.14 135.73 -
System Red Green Blue C M Y K H S L
Decimal 118 104 95 0 0.12 0.19 0.54 23.48 0.11 0.42
Hex 76 68 5F 0 C 13 36 17 B 2A
Octal 166 150 137 0 14 23 66 27 13 52
Binary 1110110 1101000 1011111 0 1100 10011 110110 10111 1011 101010

Color Harmonies of #76685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76685F

Black with #76685F

Text Example


Text Example

White with #76685F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76685F; }

 p { color: rgb(118,104,95); }

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

background-color css

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

 a { background-color: rgb(118,104,95); }

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

border-color css

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

 span { border-color: rgb(118,104,95); }

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