Html Css Color HEX #807792 Topaz

📋 copy color: '#807792'

red 128 ◦ green 119 ◦ blue 146

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

Shades of Topaz #807792

Tints of Topaz #807792

RGB

 RED value IS 128 (50.39% from 255) = 32.57%

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

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

R = 32.57%
G = 30.28%
B = 37.15%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#807792 (or 0x807792) is known color: Topaz. HEX triplet: 80, 77 and 92. RGB value is (128,119,146). Sum of RGB (Red+Green+Blue) = 128+119+146=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 146 (57.42% from 255 or 37.15% from 393); Max value from RGB is 146 - color contains mainly: blue. Hex color #807792 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807792 is #7F886D. Grayscale: #7C7C7C. Windows color (decimal): -8357998 or 9598848. OLE color: 9598848.

HSL color Cylindrical-coordinate representation of color #807792: hue angle of 260º 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 #807792 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 119 146 -
CMYK 0.12 0.18 0 0.43
HSL 260º 0.11% 0.52% -
HSV(B) 260º 0.18% 0.57% -
XYZ 20.69 19.86 29.94 -
YUV 124.77 139.98 130.3 -
System Red Green Blue C M Y K H S L
Decimal 128 119 146 0.12 0.18 0 0.43 260 0.11 0.52
Hex 80 77 92 C 12 0 2B 104 B 34
Octal 200 167 222 14 22 0 53 404 13 64
Binary 10000000 1110111 10010010 1100 10010 0 101011 100000100 1011 110100

Color Harmonies of #807792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807792

Black with #807792

Text Example


Text Example

White with #807792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807792; }

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

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

background-color css

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

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

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

border-color css

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

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

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