Html Css Color HEX #77687B Rum

📋 copy color: '#77687B'

red 119 ◦ green 104 ◦ blue 123

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

Shades of Rum #77687B

Tints of Rum #77687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 35.55%

R = 34.39%
G = 30.06%
B = 35.55%

CMYK

 C value IS 0.03

 M value IS 0.15

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#77687B (or 0x77687B) is known color: Rum. HEX triplet: 77, 68 and 7B. RGB value is (119,104,123). Sum of RGB (Red+Green+Blue) = 119+104+123=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 123 (48.44% from 255 or 35.55% from 346); Max value from RGB is 123 - color contains mainly: blue. Hex color #77687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77687B is #889784. Grayscale: #6E6E6E. Windows color (decimal): -8951685 or 8087671. OLE color: 8087671.

HSL color Cylindrical-coordinate representation of color #77687B: hue angle of 287.37º degrees, saturation: 0.08, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #77687B is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 119 104 123 -
CMYK 0.03 0.15 0 0.52
HSL 287.37º 0.08% 0.45% -
HSV(B) 287.37º 0.15% 0.48% -
XYZ 16.13 15.25 20.83 -
YUV 110.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 119 104 123 0.03 0.15 0 0.52 287.37 0.08 0.45
Hex 77 68 7B 3 F 0 34 11F 8 2D
Octal 167 150 173 3 17 0 64 437 10 55
Binary 1110111 1101000 1111011 11 1111 0 110100 100011111 1000 101101

Color Harmonies of #77687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77687B

Black with #77687B

Text Example


Text Example

White with #77687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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