Html Css Color HEX #827988 Topaz

📋 copy color: '#827988'

red 130 ◦ green 121 ◦ blue 136

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

Shades of Topaz #827988

Tints of Topaz #827988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.27%

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 33.59%
G = 31.27%
B = 35.14%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#827988 (or 0x827988) is known color: Topaz. HEX triplet: 82, 79 and 88. RGB value is (130,121,136). Sum of RGB (Red+Green+Blue) = 130+121+136=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 121 (47.66% from 255 or 31.27% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #827988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827988 is #7D8677. Grayscale: #7D7D7D. Windows color (decimal): -8226424 or 8944002. OLE color: 8944002.

HSL color Cylindrical-coordinate representation of color #827988: hue angle of 276º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #827988 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 130 121 136 -
CMYK 0.04 0.11 0 0.47
HSL 276º 0.06% 0.5% -
HSV(B) 276º 0.11% 0.53% -
XYZ 20.49 20.2 26.11 -
YUV 125.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 130 121 136 0.04 0.11 0 0.47 276 0.06 0.5
Hex 82 79 88 4 B 0 2F 114 6 32
Octal 202 171 210 4 13 0 57 424 6 62
Binary 10000010 1111001 10001000 100 1011 0 101111 100010100 110 110010

Color Harmonies of #827988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827988

Black with #827988

Text Example


Text Example

White with #827988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827988; }

 p { color: rgb(130,121,136); }

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

background-color css

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

 a { background-color: rgb(130,121,136); }

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

border-color css

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

 span { border-color: rgb(130,121,136); }

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