Html Css Color HEX #777386 Topaz

📋 copy color: '#777386'

red 119 ◦ green 115 ◦ blue 134

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

Shades of Topaz #777386

Tints of Topaz #777386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

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

R = 32.34%
G = 31.25%
B = 36.41%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#777386 (or 0x777386) is known color: Topaz. HEX triplet: 77, 73 and 86. RGB value is (119,115,134). Sum of RGB (Red+Green+Blue) = 119+115+134=368 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.34% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 134 - color contains mainly: blue. Hex color #777386 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777386 is #888C79. Grayscale: #767676. Windows color (decimal): -8948858 or 8811383. OLE color: 8811383.

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

Color convert

RGB 119 115 134 -
CMYK 0.11 0.14 0 0.47
HSL 252.63º 0.08% 0.49% -
HSV(B) 252.63º 0.14% 0.53% -
XYZ 18.04 17.9 25.06 -
YUV 118.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 119 115 134 0.11 0.14 0 0.47 252.63 0.08 0.49
Hex 77 73 86 B E 0 2F FD 8 31
Octal 167 163 206 13 16 0 57 375 10 61
Binary 1110111 1110011 10000110 1011 1110 0 101111 11111101 1000 110001

Color Harmonies of #777386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777386

Black with #777386

Text Example


Text Example

White with #777386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777386; }

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

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

background-color css

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

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

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

border-color css

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

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

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