#777083

Color #777083 Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #777083

Tints of Topaz #777083

Color information

#777083 (or 0x777083) is unknown color: approx Topaz. HEX triplet: 77, 70 and 83. RGB value is (119,112,131). Sum of RGB (Red+Green+Blue) = 119+112+131=362 (47% of max value = 765). Red value is 119 (46.88% from 255 or 32.87% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 131 - color contains mainly: blue. Hex color #777083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #777083 is #888F7C. Grayscale: #747474. Windows color (decimal): -8949629 or 8614007. OLE color: 8614007.

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

Color convert

RGB119112131-
CMYK0.090.1500.49
HSL262.11º7.82%47.65%-
HSV(B)262.11º14.5%51.37%-
XYZ17.517.1523.86-
YUV116.26136.32129.96-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.87%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 131 (51.56% from 255) = 36.19%
R=32.87%
G=30.94%
B=36.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1191121310.090.1500.49262.117.8247.65
Hex7770839F031106830
Octal16716020311170614061060
Binary11101111110000100000111001111101100011000001101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777083; }

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

 H1.HeaderClassName
 {
   color: #777083;
 }
 .AnyTagClassName
 {
   color: #777083;
 }
</style>
background-color css

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

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

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

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

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

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