Html Css Color HEX #77687C Rum

📋 copy color: '#77687C'

red 119 ◦ green 104 ◦ blue 124

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

Shades of Rum #77687C

Tints of Rum #77687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 34.29%
G = 29.97%
B = 35.73%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77687C (or 0x77687C) is known color: Rum. HEX triplet: 77, 68 and 7C. RGB value is (119,104,124). Sum of RGB (Red+Green+Blue) = 119+104+124=347 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.29% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 124 - color contains mainly: blue. Hex color #77687C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77687C is #889783. Grayscale: #6E6E6E. Windows color (decimal): -8951684 or 8153207. OLE color: 8153207.

HSL color Cylindrical-coordinate representation of color #77687C: hue angle of 285º degrees, saturation: 0.09, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77687C is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 104 124 -
CMYK 0.04 0.16 0 0.51
HSL 285º 0.09% 0.45% -
HSV(B) 285º 0.16% 0.49% -
XYZ 16.2 15.28 21.16 -
YUV 110.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 119 104 124 0.04 0.16 0 0.51 285 0.09 0.45
Hex 77 68 7C 4 10 0 33 11D 9 2D
Octal 167 150 174 4 20 0 63 435 11 55
Binary 1110111 1101000 1111100 100 10000 0 110011 100011101 1001 101101

Color Harmonies of #77687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77687C

Black with #77687C

Text Example


Text Example

White with #77687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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