Html Css Color HEX #76685E Roman Coffee

📋 copy color: '#76685E'

red 118 ◦ green 104 ◦ blue 94

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

Shades of Roman Coffee #76685E

Tints of Roman Coffee #76685E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 37.34%
G = 32.91%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76685E (or 0x76685E) is known color: Roman Coffee. HEX triplet: 76, 68 and 5E. RGB value is (118,104,94). Sum of RGB (Red+Green+Blue) = 118+104+94=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 104 (41.02% from 255 or 32.91% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 118 - color contains mainly: red. Hex color #76685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76685E is #8997A1. Grayscale: #6B6B6B. Windows color (decimal): -9017250 or 6187126. OLE color: 6187126.

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

Color convert

RGB 118 104 94 -
CMYK 0 0.12 0.20 0.54
HSL 25º 0.11% 0.42% -
HSV(B) 25º 0.2% 0.46% -
XYZ 14.44 14.56 12.64 -
YUV 107.05 120.64 135.81 -
System Red Green Blue C M Y K H S L
Decimal 118 104 94 0 0.12 0.20 0.54 25 0.11 0.42
Hex 76 68 5E 0 C 14 36 19 B 2A
Octal 166 150 136 0 14 24 66 31 13 52
Binary 1110110 1101000 1011110 0 1100 10100 110110 11001 1011 101010

Color Harmonies of #76685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76685E

Black with #76685E

Text Example


Text Example

White with #76685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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