Html Css Color HEX #777086 Topaz

📋 copy color: '#777086'

red 119 ◦ green 112 ◦ blue 134

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

Shades of Topaz #777086

Tints of Topaz #777086

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

 BLUE value IS 134 (52.73% from 255) = 36.71%

R = 32.6%
G = 30.68%
B = 36.71%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777086 (or 0x777086) is known color: Topaz. HEX triplet: 77, 70 and 86. RGB value is (119,112,134). Sum of RGB (Red+Green+Blue) = 119+112+134=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 134 (52.73% from 255 or 36.71% from 365); Max value from RGB is 134 - color contains mainly: blue. Hex color #777086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777086 is #888F79. Grayscale: #747474. Windows color (decimal): -8949626 or 8810615. OLE color: 8810615.

HSL color Cylindrical-coordinate representation of color #777086: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #777086 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 112 134 -
CMYK 0.11 0.16 0 0.47
HSL 259.09º 0.09% 0.48% -
HSV(B) 259.09º 0.16% 0.53% -
XYZ 17.71 17.23 24.95 -
YUV 116.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 119 112 134 0.11 0.16 0 0.47 259.09 0.09 0.48
Hex 77 70 86 B 10 0 2F 103 9 30
Octal 167 160 206 13 20 0 57 403 11 60
Binary 1110111 1110000 10000110 1011 10000 0 101111 100000011 1001 110000

Color Harmonies of #777086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777086

Black with #777086

Text Example


Text Example

White with #777086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777086; }

 p { color: rgb(119,112,134); }

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

background-color css

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

 a { background-color: rgb(119,112,134); }

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

border-color css

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

 span { border-color: rgb(119,112,134); }

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