Html Css Color HEX #77687D Rum

📋 copy color: '#77687D'

red 119 ◦ green 104 ◦ blue 125

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

Shades of Rum #77687D

Tints of Rum #77687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 34.2%
G = 29.89%
B = 35.92%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77687D (or 0x77687D) is known color: Rum. HEX triplet: 77, 68 and 7D. RGB value is (119,104,125). Sum of RGB (Red+Green+Blue) = 119+104+125=348 (46% of max value = 765). Red value is 119 (46.88% from 255 or 34.20% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 125 - color contains mainly: blue. Hex color #77687D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77687D is #889782. Grayscale: #6E6E6E. Windows color (decimal): -8951683 or 8218743. OLE color: 8218743.

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

Color convert

RGB 119 104 125 -
CMYK 0.05 0.17 0 0.51
HSL 282.86º 0.09% 0.45% -
HSV(B) 282.86º 0.17% 0.49% -
XYZ 16.26 15.3 21.5 -
YUV 110.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 119 104 125 0.05 0.17 0 0.51 282.86 0.09 0.45
Hex 77 68 7D 5 11 0 33 11B 9 2D
Octal 167 150 175 5 21 0 63 433 11 55
Binary 1110111 1101000 1111101 101 10001 0 110011 100011011 1001 101101

Color Harmonies of #77687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77687D

Black with #77687D

Text Example


Text Example

White with #77687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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