Html Css Color HEX #777281 Topaz

📋 copy color: '#777281'

red 119 ◦ green 114 ◦ blue 129

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

Shades of Topaz #777281

Tints of Topaz #777281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 35.64%

R = 32.87%
G = 31.49%
B = 35.64%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777281 (or 0x777281) is known color: Topaz. HEX triplet: 77, 72 and 81. RGB value is (119,114,129). Sum of RGB (Red+Green+Blue) = 119+114+129=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 114 (44.92% from 255 or 31.49% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 129 - color contains mainly: blue. Hex color #777281 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777281 is #888D7E. Grayscale: #757575. Windows color (decimal): -8949119 or 8483447. OLE color: 8483447.

HSL color Cylindrical-coordinate representation of color #777281: hue angle of 260º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #777281 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 114 129 -
CMYK 0.08 0.12 0 0.49
HSL 260º 0.06% 0.48% -
HSV(B) 260º 0.12% 0.51% -
XYZ 17.59 17.54 23.23 -
YUV 117.21 134.66 129.28 -
System Red Green Blue C M Y K H S L
Decimal 119 114 129 0.08 0.12 0 0.49 260 0.06 0.48
Hex 77 72 81 8 C 0 31 104 6 30
Octal 167 162 201 10 14 0 61 404 6 60
Binary 1110111 1110010 10000001 1000 1100 0 110001 100000100 110 110000

Color Harmonies of #777281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777281

Black with #777281

Text Example


Text Example

White with #777281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777281; }

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

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

background-color css

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

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

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

border-color css

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

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

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