Html Css Color HEX #827787 Topaz

📋 copy color: '#827787'

red 130 ◦ green 119 ◦ blue 135

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

Shades of Topaz #827787

Tints of Topaz #827787

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 135 (53.13% from 255) = 35.16%

R = 33.85%
G = 30.99%
B = 35.16%

CMYK

 C value IS 0.04

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#827787 (or 0x827787) is known color: Topaz. HEX triplet: 82, 77 and 87. RGB value is (130,119,135). Sum of RGB (Red+Green+Blue) = 130+119+135=384 (50% of max value = 765). Red value is 130 (51.17% from 255 or 33.85% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 135 - color contains mainly: blue. Hex color #827787 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827787 is #7D8878. Grayscale: #7C7C7C. Windows color (decimal): -8226937 or 8877954. OLE color: 8877954.

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

Color convert

RGB 130 119 135 -
CMYK 0.04 0.12 0 0.47
HSL 281.25º 0.06% 0.5% -
HSV(B) 281.25º 0.12% 0.53% -
XYZ 20.18 19.69 25.66 -
YUV 124.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 130 119 135 0.04 0.12 0 0.47 281.25 0.06 0.5
Hex 82 77 87 4 C 0 2F 119 6 32
Octal 202 167 207 4 14 0 57 431 6 62
Binary 10000010 1110111 10000111 100 1100 0 101111 100011001 110 110010

Color Harmonies of #827787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827787

Black with #827787

Text Example


Text Example

White with #827787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827787; }

 p { color: rgb(130,119,135); }

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

background-color css

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

 a { background-color: rgb(130,119,135); }

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

border-color css

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

 span { border-color: rgb(130,119,135); }

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