Html Css Color HEX #776C89 Topaz

📋 copy color: '#776C89'

red 119 ◦ green 108 ◦ blue 137

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

Shades of Topaz #776C89

Tints of Topaz #776C89

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.67%

 BLUE value IS 137 (53.91% from 255) = 37.64%

R = 32.69%
G = 29.67%
B = 37.64%

CMYK

 C value IS 0.13

 M value IS 0.21

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#776C89 (or 0x776C89) is known color: Topaz. HEX triplet: 77, 6C and 89. RGB value is (119,108,137). Sum of RGB (Red+Green+Blue) = 119+108+137=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 137 - color contains mainly: blue. Hex color #776C89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776C89 is #889376. Grayscale: #727272. Windows color (decimal): -8950647 or 9006199. OLE color: 9006199.

HSL color Cylindrical-coordinate representation of color #776C89: hue angle of 262.76º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #776C89 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 108 137 -
CMYK 0.13 0.21 0 0.46
HSL 262.76º 0.12% 0.48% -
HSV(B) 262.76º 0.21% 0.54% -
XYZ 17.49 16.45 25.92 -
YUV 114.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 119 108 137 0.13 0.21 0 0.46 262.76 0.12 0.48
Hex 77 6C 89 D 15 0 2E 107 C 30
Octal 167 154 211 15 25 0 56 407 14 60
Binary 1110111 1101100 10001001 1101 10101 0 101110 100000111 1100 110000

Color Harmonies of #776C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776C89

Black with #776C89

Text Example


Text Example

White with #776C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776C89; }

 p { color: rgb(119,108,137); }

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

background-color css

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

 a { background-color: rgb(119,108,137); }

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

border-color css

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

 span { border-color: rgb(119,108,137); }

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