Html Css Color HEX #777280 Topaz

📋 copy color: '#777280'

red 119 ◦ green 114 ◦ blue 128

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

Shades of Topaz #777280

Tints of Topaz #777280

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.58%

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

R = 32.96%
G = 31.58%
B = 35.46%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#777280 (or 0x777280) is known color: Topaz. HEX triplet: 77, 72 and 80. RGB value is (119,114,128). Sum of RGB (Red+Green+Blue) = 119+114+128=361 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.96% from 361); Green value is 114 (44.92% from 255 or 31.58% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 128 - color contains mainly: blue. Hex color #777280 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777280 is #888D7F. Grayscale: #757575. Windows color (decimal): -8949120 or 8417911. OLE color: 8417911.

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

Color convert

RGB 119 114 128 -
CMYK 0.07 0.11 0 0.50
HSL 261.43º 0.06% 0.47% -
HSV(B) 261.43º 0.11% 0.5% -
XYZ 17.52 17.52 22.88 -
YUV 117.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 119 114 128 0.07 0.11 0 0.50 261.43 0.06 0.47
Hex 77 72 80 7 B 0 32 105 6 2F
Octal 167 162 200 7 13 0 62 405 6 57
Binary 1110111 1110010 10000000 111 1011 0 110010 100000101 110 101111

Color Harmonies of #777280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777280

Black with #777280

Text Example


Text Example

White with #777280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777280; }

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

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

background-color css

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

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

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

border-color css

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

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

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