Html Css Color HEX #827792 Topaz

📋 copy color: '#827792'

red 130 ◦ green 119 ◦ blue 146

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

Shades of Topaz #827792

Tints of Topaz #827792

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.96%

R = 32.91%
G = 30.13%
B = 36.96%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#827792 (or 0x827792) is known color: Topaz. HEX triplet: 82, 77 and 92. RGB value is (130,119,146). Sum of RGB (Red+Green+Blue) = 130+119+146=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 119 (46.88% from 255 or 30.13% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #827792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #827792 is #7D886D. Grayscale: #7D7D7D. Windows color (decimal): -8226926 or 9598850. OLE color: 9598850.

HSL color Cylindrical-coordinate representation of color #827792: hue angle of 264.44º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #827792 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 130 119 146 -
CMYK 0.11 0.18 0 0.43
HSL 264.44º 0.11% 0.52% -
HSV(B) 264.44º 0.18% 0.57% -
XYZ 20.99 20.01 29.95 -
YUV 125.37 139.64 131.3 -
System Red Green Blue C M Y K H S L
Decimal 130 119 146 0.11 0.18 0 0.43 264.44 0.11 0.52
Hex 82 77 92 B 12 0 2B 108 B 34
Octal 202 167 222 13 22 0 53 410 13 64
Binary 10000010 1110111 10010010 1011 10010 0 101011 100001000 1011 110100

Color Harmonies of #827792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827792

Black with #827792

Text Example


Text Example

White with #827792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827792; }

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

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

background-color css

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

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

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

border-color css

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

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

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