Html Css Color HEX #777285 Topaz

📋 copy color: '#777285'

red 119 ◦ green 114 ◦ blue 133

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

Shades of Topaz #777285

Tints of Topaz #777285

RGB

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

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

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

R = 32.51%
G = 31.15%
B = 36.34%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#777285 (or 0x777285) is known color: Topaz. HEX triplet: 77, 72 and 85. RGB value is (119,114,133). Sum of RGB (Red+Green+Blue) = 119+114+133=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 114 (44.92% from 255 or 31.15% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 133 - color contains mainly: blue. Hex color #777285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777285 is #888D7A. Grayscale: #757575. Windows color (decimal): -8949115 or 8745591. OLE color: 8745591.

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

Color convert

RGB 119 114 133 -
CMYK 0.11 0.14 0 0.48
HSL 255.79º 0.08% 0.48% -
HSV(B) 255.79º 0.14% 0.52% -
XYZ 17.86 17.65 24.66 -
YUV 117.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 119 114 133 0.11 0.14 0 0.48 255.79 0.08 0.48
Hex 77 72 85 B E 0 30 100 8 30
Octal 167 162 205 13 16 0 60 400 10 60
Binary 1110111 1110010 10000101 1011 1110 0 110000 100000000 1000 110000

Color Harmonies of #777285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777285

Black with #777285

Text Example


Text Example

White with #777285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777285; }

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

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

background-color css

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

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

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

border-color css

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

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

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