Html Css Color HEX #776E89 Topaz

📋 copy color: '#776E89'

red 119 ◦ green 110 ◦ blue 137

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

Shades of Topaz #776E89

Tints of Topaz #776E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.05%

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

R = 32.51%
G = 30.05%
B = 37.43%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#776E89 (or 0x776E89) is known color: Topaz. HEX triplet: 77, 6E and 89. RGB value is (119,110,137). Sum of RGB (Red+Green+Blue) = 119+110+137=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #776E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #776E89 is #889176. Grayscale: #737373. Windows color (decimal): -8950135 or 9006711. OLE color: 9006711.

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

Color convert

RGB 119 110 137 -
CMYK 0.13 0.20 0 0.46
HSL 260º 0.11% 0.48% -
HSV(B) 260º 0.2% 0.54% -
XYZ 17.7 16.88 25.99 -
YUV 115.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 119 110 137 0.13 0.20 0 0.46 260 0.11 0.48
Hex 77 6E 89 D 14 0 2E 104 B 30
Octal 167 156 211 15 24 0 56 404 13 60
Binary 1110111 1101110 10001001 1101 10100 0 101110 100000100 1011 110000

Color Harmonies of #776E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776E89

Black with #776E89

Text Example


Text Example

White with #776E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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