Html Css Color HEX #77685F Roman Coffee

📋 copy color: '#77685F'

red 119 ◦ green 104 ◦ blue 95

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

Shades of Roman Coffee #77685F

Tints of Roman Coffee #77685F

RGB

 RED value IS 119 (46.88% from 255) = 37.42%

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

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

R = 37.42%
G = 32.7%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.53

RGB Variations

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

Color information

#77685F (or 0x77685F) is known color: Roman Coffee. HEX triplet: 77, 68 and 5F. RGB value is (119,104,95). Sum of RGB (Red+Green+Blue) = 119+104+95=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 119 - color contains mainly: red. Hex color #77685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77685F is #8897A0. Grayscale: #6B6B6B. Windows color (decimal): -8951713 or 6252663. OLE color: 6252663.

HSL color Cylindrical-coordinate representation of color #77685F: hue angle of 22.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77685F is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 104 95 -
CMYK 0 0.13 0.20 0.53
HSL 22.5º 0.11% 0.42% -
HSV(B) 22.5º 0.2% 0.47% -
XYZ 14.62 14.65 12.88 -
YUV 107.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 119 104 95 0 0.13 0.20 0.53 22.5 0.11 0.42
Hex 77 68 5F 0 D 14 35 16 B 2A
Octal 167 150 137 0 15 24 65 26 13 52
Binary 1110111 1101000 1011111 0 1101 10100 110101 10110 1011 101010

Color Harmonies of #77685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77685F

Black with #77685F

Text Example


Text Example

White with #77685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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