Html Css Color HEX #77677C Rum

📋 copy color: '#77677C'

red 119 ◦ green 103 ◦ blue 124

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

Shades of Rum #77677C

Tints of Rum #77677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.77%

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

R = 34.39%
G = 29.77%
B = 35.84%

CMYK

 C value IS 0.04

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77677C (or 0x77677C) is known color: Rum. HEX triplet: 77, 67 and 7C. RGB value is (119,103,124). Sum of RGB (Red+Green+Blue) = 119+103+124=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 124 - color contains mainly: blue. Hex color #77677C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77677C is #889883. Grayscale: #6E6E6E. Windows color (decimal): -8951940 or 8152951. OLE color: 8152951.

HSL color Cylindrical-coordinate representation of color #77677C: hue angle of 285.71º 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 #77677C is Cyan = 0.04, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 103 124 -
CMYK 0.04 0.17 0 0.51
HSL 285.71º 0.09% 0.45% -
HSV(B) 285.71º 0.17% 0.49% -
XYZ 16.1 15.08 21.13 -
YUV 110.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 119 103 124 0.04 0.17 0 0.51 285.71 0.09 0.45
Hex 77 67 7C 4 11 0 33 11E 9 2D
Octal 167 147 174 4 21 0 63 436 11 55
Binary 1110111 1100111 1111100 100 10001 0 110011 100011110 1001 101101

Color Harmonies of #77677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77677C

Black with #77677C

Text Example


Text Example

White with #77677C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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