Html Css Color HEX #777186 Topaz

📋 copy color: '#777186'

red 119 ◦ green 113 ◦ blue 134

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

Shades of Topaz #777186

Tints of Topaz #777186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

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

R = 32.51%
G = 30.87%
B = 36.61%

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

#777186 (or 0x777186) is known color: Topaz. HEX triplet: 77, 71 and 86. RGB value is (119,113,134). Sum of RGB (Red+Green+Blue) = 119+113+134=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #777186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777186 is #888E79. Grayscale: #757575. Windows color (decimal): -8949370 or 8810871. OLE color: 8810871.

HSL color Cylindrical-coordinate representation of color #777186: hue angle of 257.14º 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 #777186 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 113 134 -
CMYK 0.11 0.16 0 0.47
HSL 257.14º 0.09% 0.48% -
HSV(B) 257.14º 0.16% 0.53% -
XYZ 17.82 17.45 24.98 -
YUV 117.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 119 113 134 0.11 0.16 0 0.47 257.14 0.09 0.48
Hex 77 71 86 B 10 0 2F 101 9 30
Octal 167 161 206 13 20 0 57 401 11 60
Binary 1110111 1110001 10000110 1011 10000 0 101111 100000001 1001 110000

Color Harmonies of #777186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777186

Black with #777186

Text Example


Text Example

White with #777186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777186; }

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

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

background-color css

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

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

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

border-color css

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

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

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