Html Css Color HEX #77657C Rum

📋 copy color: '#77657C'

red 119 ◦ green 101 ◦ blue 124

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

Shades of Rum #77657C

Tints of Rum #77657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 34.59%
G = 29.36%
B = 36.05%

CMYK

 C value IS 0.04

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77657C (or 0x77657C) is known color: Rum. HEX triplet: 77, 65 and 7C. RGB value is (119,101,124). Sum of RGB (Red+Green+Blue) = 119+101+124=344 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.59% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 124 - color contains mainly: blue. Hex color #77657C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77657C is #889A83. Grayscale: #6C6C6C. Windows color (decimal): -8952452 or 8152439. OLE color: 8152439.

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

Color convert

RGB 119 101 124 -
CMYK 0.04 0.19 0 0.51
HSL 286.96º 0.1% 0.44% -
HSV(B) 286.96º 0.19% 0.49% -
XYZ 15.9 14.68 21.07 -
YUV 109 136.46 135.13 -
System Red Green Blue C M Y K H S L
Decimal 119 101 124 0.04 0.19 0 0.51 286.96 0.1 0.44
Hex 77 65 7C 4 13 0 33 11F A 2C
Octal 167 145 174 4 23 0 63 437 12 54
Binary 1110111 1100101 1111100 100 10011 0 110011 100011111 1010 101100

Color Harmonies of #77657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77657C

Black with #77657C

Text Example


Text Example

White with #77657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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