Html Css Color HEX #77657E Rum

📋 copy color: '#77657E'

red 119 ◦ green 101 ◦ blue 126

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

Shades of Rum #77657E

Tints of Rum #77657E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 36.42%

R = 34.39%
G = 29.19%
B = 36.42%

CMYK

 C value IS 0.06

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77657E (or 0x77657E) is known color: Rum. HEX triplet: 77, 65 and 7E. RGB value is (119,101,126). Sum of RGB (Red+Green+Blue) = 119+101+126=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 126 - color contains mainly: blue. Hex color #77657E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77657E is #889A81. Grayscale: #6D6D6D. Windows color (decimal): -8952450 or 8283511. OLE color: 8283511.

HSL color Cylindrical-coordinate representation of color #77657E: hue angle of 283.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #77657E is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 101 126 -
CMYK 0.06 0.20 0 0.51
HSL 283.2º 0.11% 0.45% -
HSV(B) 283.2º 0.2% 0.49% -
XYZ 16.03 14.74 21.74 -
YUV 109.23 137.46 134.97 -
System Red Green Blue C M Y K H S L
Decimal 119 101 126 0.06 0.20 0 0.51 283.2 0.11 0.45
Hex 77 65 7E 6 14 0 33 11B B 2D
Octal 167 145 176 6 24 0 63 433 13 55
Binary 1110111 1100101 1111110 110 10100 0 110011 100011011 1011 101101

Color Harmonies of #77657E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77657E

Black with #77657E

Text Example


Text Example

White with #77657E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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