Html Css Color HEX #77607E Rum

📋 copy color: '#77607E'

red 119 ◦ green 96 ◦ blue 126

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

Shades of Rum #77607E

Tints of Rum #77607E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.15%

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

R = 34.9%
G = 28.15%
B = 36.95%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#77607E (or 0x77607E) is known color: Rum. HEX triplet: 77, 60 and 7E. RGB value is (119,96,126). Sum of RGB (Red+Green+Blue) = 119+96+126=341 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.90% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 126 - color contains mainly: blue. Hex color #77607E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #77607E is #889F81. Grayscale: #6A6A6A. Windows color (decimal): -8953730 or 8282231. OLE color: 8282231.

HSL color Cylindrical-coordinate representation of color #77607E: hue angle of 286º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #77607E is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 119 96 126 -
CMYK 0.06 0.24 0 0.51
HSL 286º 0.14% 0.44% -
HSV(B) 286º 0.24% 0.49% -
XYZ 15.56 13.79 21.58 -
YUV 106.3 139.12 137.06 -
System Red Green Blue C M Y K H S L
Decimal 119 96 126 0.06 0.24 0 0.51 286 0.14 0.44
Hex 77 60 7E 6 18 0 33 11E E 2C
Octal 167 140 176 6 30 0 63 436 16 54
Binary 1110111 1100000 1111110 110 11000 0 110011 100011110 1110 101100

Color Harmonies of #77607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77607E

Black with #77607E

Text Example


Text Example

White with #77607E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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