#827B8B

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

Shades of Topaz #827B8B

Tints of Topaz #827B8B

Color information

#827B8B (or 0x827B8B) is unknown color: approx Topaz. HEX triplet: 82, 7B and 8B. RGB value is (130,123,139). Sum of RGB (Red+Green+Blue) = 130+123+139=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #827B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B8B is #7D8474. Grayscale: #7E7E7E. Windows color (decimal): -8225909 or 9141122. OLE color: 9141122.

HSL color Cylindrical-coordinate representation of color #827B8B: hue angle of 266.25º degrees, saturation: 0.06, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #827B8B is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB130123139-
CMYK0.060.1200.45
HSL266.25º6.45%51.37%-
HSV(B)266.25º11.51%54.51%-
XYZ20.9520.7827.33-
YUV126.92134.82130.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.16%
GREEN value IS 123 (48.44% from 255) = 31.38%
BLUE value IS 139 (54.69% from 255) = 35.46%
R=33.16%
G=31.38%
B=35.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301231390.060.1200.45266.256.4551.37
Hex827B8B6C02D10a633
Octal202173213614055412663
Binary1000001011110111000101111011000101101100001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827B8B; }

 p { color: rgb(130,123,139); }

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

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

 a { background-color: rgb(130,123,139); }

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

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

 span { border-color: rgb(130,123,139); }

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