Html Css Color HEX #777084 Topaz

📋 copy color: '#777084'

red 119 ◦ green 112 ◦ blue 132

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

Shades of Topaz #777084

Tints of Topaz #777084

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.85%

 BLUE value IS 132 (51.95% from 255) = 36.36%

R = 32.78%
G = 30.85%
B = 36.36%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777084 (or 0x777084) is known color: Topaz. HEX triplet: 77, 70 and 84. RGB value is (119,112,132). Sum of RGB (Red+Green+Blue) = 119+112+132=363 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.78% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 132 (51.95% from 255 or 36.36% from 363); Max value from RGB is 132 - color contains mainly: blue. Hex color #777084 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777084 is #888F7B. Grayscale: #747474. Windows color (decimal): -8949628 or 8679543. OLE color: 8679543.

HSL color Cylindrical-coordinate representation of color #777084: hue angle of 261º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #777084 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 112 132 -
CMYK 0.10 0.15 0 0.48
HSL 261º 0.08% 0.48% -
HSV(B) 261º 0.15% 0.52% -
XYZ 17.57 17.18 24.22 -
YUV 116.37 136.82 129.87 -
System Red Green Blue C M Y K H S L
Decimal 119 112 132 0.10 0.15 0 0.48 261 0.08 0.48
Hex 77 70 84 A F 0 30 105 8 30
Octal 167 160 204 12 17 0 60 405 10 60
Binary 1110111 1110000 10000100 1010 1111 0 110000 100000101 1000 110000

Color Harmonies of #777084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777084

Black with #777084

Text Example


Text Example

White with #777084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777084; }

 p { color: rgb(119,112,132); }

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

background-color css

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

 a { background-color: rgb(119,112,132); }

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

border-color css

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

 span { border-color: rgb(119,112,132); }

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