Html Css Color HEX #777381 Topaz

📋 copy color: '#777381'

red 119 ◦ green 115 ◦ blue 129

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

Shades of Topaz #777381

Tints of Topaz #777381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.68%

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

R = 32.78%
G = 31.68%
B = 35.54%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#777381 (or 0x777381) is known color: Topaz. HEX triplet: 77, 73 and 81. RGB value is (119,115,129). Sum of RGB (Red+Green+Blue) = 119+115+129=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 129 - color contains mainly: blue. Hex color #777381 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777381 is #888C7E. Grayscale: #757575. Windows color (decimal): -8948863 or 8483703. OLE color: 8483703.

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

Color convert

RGB 119 115 129 -
CMYK 0.08 0.11 0 0.49
HSL 257.14º 0.06% 0.48% -
HSV(B) 257.14º 0.11% 0.51% -
XYZ 17.7 17.77 23.27 -
YUV 117.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 119 115 129 0.08 0.11 0 0.49 257.14 0.06 0.48
Hex 77 73 81 8 B 0 31 101 6 30
Octal 167 163 201 10 13 0 61 401 6 60
Binary 1110111 1110011 10000001 1000 1011 0 110001 100000001 110 110000

Color Harmonies of #777381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777381

Black with #777381

Text Example


Text Example

White with #777381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777381; }

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

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

background-color css

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

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

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

border-color css

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

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

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