Html Css Color HEX #827B91 Topaz

📋 copy color: '#827B91'

red 130 ◦ green 123 ◦ blue 145

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

Shades of Topaz #827B91

Tints of Topaz #827B91

RGB

 RED value IS 130 (51.17% from 255) = 32.66%

 GREEN value IS 123 (48.44% from 255) = 30.9%

 BLUE value IS 145 (57.03% from 255) = 36.43%

R = 32.66%
G = 30.9%
B = 36.43%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#827B91 (or 0x827B91) is known color: Topaz. HEX triplet: 82, 7B and 91. RGB value is (130,123,145). Sum of RGB (Red+Green+Blue) = 130+123+145=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 123 (48.44% from 255 or 30.90% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 145 - color contains mainly: blue. Hex color #827B91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827B91 is #7D846E. Grayscale: #7F7F7F. Windows color (decimal): -8225903 or 9534338. OLE color: 9534338.

HSL color Cylindrical-coordinate representation of color #827B91: hue angle of 259.09º degrees, saturation: 0.09, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #827B91 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 123 145 -
CMYK 0.10 0.15 0 0.43
HSL 259.09º 0.09% 0.53% -
HSV(B) 259.09º 0.15% 0.57% -
XYZ 21.4 20.96 29.71 -
YUV 127.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 130 123 145 0.10 0.15 0 0.43 259.09 0.09 0.53
Hex 82 7B 91 A F 0 2B 103 9 35
Octal 202 173 221 12 17 0 53 403 11 65
Binary 10000010 1111011 10010001 1010 1111 0 101011 100000011 1001 110101

Color Harmonies of #827B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827B91

Black with #827B91

Text Example


Text Example

White with #827B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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