Html Css Color HEX #83778E Topaz

📋 copy color: '#83778E'

red 131 ◦ green 119 ◦ blue 142

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

Shades of Topaz #83778E

Tints of Topaz #83778E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.22%

R = 33.42%
G = 30.36%
B = 36.22%

CMYK

 C value IS 0.08

 M value IS 0.16

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#83778E (or 0x83778E) is known color: Topaz. HEX triplet: 83, 77 and 8E. RGB value is (131,119,142). Sum of RGB (Red+Green+Blue) = 131+119+142=392 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.42% from 392); Green value is 119 (46.88% from 255 or 30.36% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #83778E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83778E is #7C8871. Grayscale: #7D7D7D. Windows color (decimal): -8161394 or 9336707. OLE color: 9336707.

HSL color Cylindrical-coordinate representation of color #83778E: hue angle of 271.3º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83778E is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 119 142 -
CMYK 0.08 0.16 0 0.44
HSL 271.3º 0.09% 0.51% -
HSV(B) 271.3º 0.16% 0.56% -
XYZ 20.84 19.97 28.35 -
YUV 125.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 131 119 142 0.08 0.16 0 0.44 271.3 0.09 0.51
Hex 83 77 8E 8 10 0 2C 10F 9 33
Octal 203 167 216 10 20 0 54 417 11 63
Binary 10000011 1110111 10001110 1000 10000 0 101100 100001111 1001 110011

Color Harmonies of #83778E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83778E

Black with #83778E

Text Example


Text Example

White with #83778E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83778E; }

 p { color: rgb(131,119,142); }

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

background-color css

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

 a { background-color: rgb(131,119,142); }

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

border-color css

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

 span { border-color: rgb(131,119,142); }

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