Html Css Color HEX #827C8B Topaz

📋 copy color: '#827C8B'

red 130 ◦ green 124 ◦ blue 139

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

Shades of Topaz #827C8B

Tints of Topaz #827C8B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.55%

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 33.08%
G = 31.55%
B = 35.37%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#827C8B (or 0x827C8B) is known color: Topaz. HEX triplet: 82, 7C and 8B. RGB value is (130,124,139). Sum of RGB (Red+Green+Blue) = 130+124+139=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 124 (48.83% from 255 or 31.55% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #827C8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827C8B is #7D8374. Grayscale: #7F7F7F. Windows color (decimal): -8225653 or 9141378. OLE color: 9141378.

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

Color convert

RGB 130 124 139 -
CMYK 0.06 0.11 0 0.45
HSL 264º 0.06% 0.52% -
HSV(B) 264º 0.11% 0.55% -
XYZ 21.07 21.03 27.37 -
YUV 127.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 130 124 139 0.06 0.11 0 0.45 264 0.06 0.52
Hex 82 7C 8B 6 B 0 2D 108 6 34
Octal 202 174 213 6 13 0 55 410 6 64
Binary 10000010 1111100 10001011 110 1011 0 101101 100001000 110 110100

Color Harmonies of #827C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827C8B

Black with #827C8B

Text Example


Text Example

White with #827C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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