Html Css Color HEX #777085 Topaz

📋 copy color: '#777085'

red 119 ◦ green 112 ◦ blue 133

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

Shades of Topaz #777085

Tints of Topaz #777085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.54%

R = 32.69%
G = 30.77%
B = 36.54%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777085 (or 0x777085) is known color: Topaz. HEX triplet: 77, 70 and 85. RGB value is (119,112,133). Sum of RGB (Red+Green+Blue) = 119+112+133=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 133 - color contains mainly: blue. Hex color #777085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777085 is #888F7A. Grayscale: #747474. Windows color (decimal): -8949627 or 8745079. OLE color: 8745079.

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

Color convert

RGB 119 112 133 -
CMYK 0.11 0.16 0 0.48
HSL 260º 0.09% 0.48% -
HSV(B) 260º 0.16% 0.52% -
XYZ 17.64 17.2 24.58 -
YUV 116.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 119 112 133 0.11 0.16 0 0.48 260 0.09 0.48
Hex 77 70 85 B 10 0 30 104 9 30
Octal 167 160 205 13 20 0 60 404 11 60
Binary 1110111 1110000 10000101 1011 10000 0 110000 100000100 1001 110000

Color Harmonies of #777085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777085

Black with #777085

Text Example


Text Example

White with #777085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777085; }

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

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

background-color css

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

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

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

border-color css

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

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

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