Html Css Color HEX #827A8C Topaz

📋 copy color: '#827A8C'

red 130 ◦ green 122 ◦ blue 140

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

Shades of Topaz #827A8C

Tints of Topaz #827A8C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.12%

 BLUE value IS 140 (55.08% from 255) = 35.71%

R = 33.16%
G = 31.12%
B = 35.71%

CMYK

 C value IS 0.07

 M value IS 0.13

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#827A8C (or 0x827A8C) is known color: Topaz. HEX triplet: 82, 7A and 8C. RGB value is (130,122,140). Sum of RGB (Red+Green+Blue) = 130+122+140=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 122 (48.05% from 255 or 31.12% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 140 - color contains mainly: blue. Hex color #827A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827A8C is #7D8573. Grayscale: #7E7E7E. Windows color (decimal): -8226164 or 9206402. OLE color: 9206402.

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

Color convert

RGB 130 122 140 -
CMYK 0.07 0.13 0 0.45
HSL 266.67º 0.07% 0.51% -
HSV(B) 266.67º 0.13% 0.55% -
XYZ 20.9 20.56 27.68 -
YUV 126.44 135.65 130.54 -
System Red Green Blue C M Y K H S L
Decimal 130 122 140 0.07 0.13 0 0.45 266.67 0.07 0.51
Hex 82 7A 8C 7 D 0 2D 10B 7 33
Octal 202 172 214 7 15 0 55 413 7 63
Binary 10000010 1111010 10001100 111 1101 0 101101 100001011 111 110011

Color Harmonies of #827A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827A8C

Black with #827A8C

Text Example


Text Example

White with #827A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,122,140); }

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

background-color css

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

 a { background-color: rgb(130,122,140); }

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

border-color css

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

 span { border-color: rgb(130,122,140); }

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