Html Css Color HEX #83798A Topaz

📋 copy color: '#83798A'

red 131 ◦ green 121 ◦ blue 138

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

Shades of Topaz #83798A

Tints of Topaz #83798A

RGB

 RED value IS 131 (51.56% from 255) = 33.59%

 GREEN value IS 121 (47.66% from 255) = 31.03%

 BLUE value IS 138 (54.3% from 255) = 35.38%

R = 33.59%
G = 31.03%
B = 35.38%

CMYK

 C value IS 0.05

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83798A (or 0x83798A) is known color: Topaz. HEX triplet: 83, 79 and 8A. RGB value is (131,121,138). Sum of RGB (Red+Green+Blue) = 131+121+138=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 138 - color contains mainly: blue. Hex color #83798A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83798A is #7C8675. Grayscale: #7D7D7D. Windows color (decimal): -8160886 or 9075075. OLE color: 9075075.

HSL color Cylindrical-coordinate representation of color #83798A: hue angle of 275.29º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #83798A is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 121 138 -
CMYK 0.05 0.12 0 0.46
HSL 275.29º 0.07% 0.51% -
HSV(B) 275.29º 0.12% 0.54% -
XYZ 20.78 20.34 26.87 -
YUV 125.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 131 121 138 0.05 0.12 0 0.46 275.29 0.07 0.51
Hex 83 79 8A 5 C 0 2E 113 7 33
Octal 203 171 212 5 14 0 56 423 7 63
Binary 10000011 1111001 10001010 101 1100 0 101110 100010011 111 110011

Color Harmonies of #83798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83798A

Black with #83798A

Text Example


Text Example

White with #83798A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83798A; }

 p { color: rgb(131,121,138); }

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

background-color css

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

 a { background-color: rgb(131,121,138); }

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

border-color css

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

 span { border-color: rgb(131,121,138); }

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