Html Css Color HEX #777480 Topaz

📋 copy color: '#777480'

red 119 ◦ green 116 ◦ blue 128

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

Shades of Topaz #777480

Tints of Topaz #777480

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.96%

 BLUE value IS 128 (50.39% from 255) = 35.26%

R = 32.78%
G = 31.96%
B = 35.26%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#777480 (or 0x777480) is known color: Topaz. HEX triplet: 77, 74 and 80. RGB value is (119,116,128). Sum of RGB (Red+Green+Blue) = 119+116+128=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 128 - color contains mainly: blue. Hex color #777480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777480 is #888B7F. Grayscale: #767676. Windows color (decimal): -8948608 or 8418423. OLE color: 8418423.

HSL color Cylindrical-coordinate representation of color #777480: hue angle of 255º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #777480 is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 119 116 128 -
CMYK 0.07 0.09 0 0.50
HSL 255º 0.05% 0.48% -
HSV(B) 255º 0.09% 0.5% -
XYZ 17.75 17.97 22.96 -
YUV 118.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 119 116 128 0.07 0.09 0 0.50 255 0.05 0.48
Hex 77 74 80 7 9 0 32 FF 5 30
Octal 167 164 200 7 11 0 62 377 5 60
Binary 1110111 1110100 10000000 111 1001 0 110010 11111111 101 110000

Color Harmonies of #777480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777480

Black with #777480

Text Example


Text Example

White with #777480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777480; }

 p { color: rgb(119,116,128); }

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

background-color css

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

 a { background-color: rgb(119,116,128); }

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

border-color css

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

 span { border-color: rgb(119,116,128); }

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