Html Css Color HEX #83798C Topaz

📋 copy color: '#83798C'

red 131 ◦ green 121 ◦ blue 140

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

Shades of Topaz #83798C

Tints of Topaz #83798C

RGB

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

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

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

R = 33.42%
G = 30.87%
B = 35.71%

CMYK

 C value IS 0.06

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83798C (or 0x83798C) is known color: Topaz. HEX triplet: 83, 79 and 8C. RGB value is (131,121,140). Sum of RGB (Red+Green+Blue) = 131+121+140=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 121 (47.66% from 255 or 30.87% 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 #83798C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83798C is #7C8673. Grayscale: #7E7E7E. Windows color (decimal): -8160884 or 9206147. OLE color: 9206147.

HSL color Cylindrical-coordinate representation of color #83798C: hue angle of 271.58º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83798C is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 121 140 -
CMYK 0.06 0.14 0 0.45
HSL 271.58º 0.08% 0.51% -
HSV(B) 271.58º 0.14% 0.55% -
XYZ 20.93 20.39 27.64 -
YUV 126.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 131 121 140 0.06 0.14 0 0.45 271.58 0.08 0.51
Hex 83 79 8C 6 E 0 2D 110 8 33
Octal 203 171 214 6 16 0 55 420 10 63
Binary 10000011 1111001 10001100 110 1110 0 101101 100010000 1000 110011

Color Harmonies of #83798C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83798C

Black with #83798C

Text Example


Text Example

White with #83798C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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