Html Css Color HEX #83788A Topaz

📋 copy color: '#83788A'

red 131 ◦ green 120 ◦ blue 138

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

Shades of Topaz #83788A

Tints of Topaz #83788A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.85%

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

R = 33.68%
G = 30.85%
B = 35.48%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83788A (or 0x83788A) is known color: Topaz. HEX triplet: 83, 78 and 8A. RGB value is (131,120,138). Sum of RGB (Red+Green+Blue) = 131+120+138=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 120 (47.27% from 255 or 30.85% from 389); Blue value is 138 (54.30% from 255 or 35.48% from 389); Max value from RGB is 138 - color contains mainly: blue. Hex color #83788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83788A is #7C8775. Grayscale: #7D7D7D. Windows color (decimal): -8161142 or 9074819. OLE color: 9074819.

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

Color convert

RGB 131 120 138 -
CMYK 0.05 0.13 0 0.46
HSL 276.67º 0.07% 0.51% -
HSV(B) 276.67º 0.13% 0.54% -
XYZ 20.66 20.09 26.83 -
YUV 125.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 131 120 138 0.05 0.13 0 0.46 276.67 0.07 0.51
Hex 83 78 8A 5 D 0 2E 115 7 33
Octal 203 170 212 5 15 0 56 425 7 63
Binary 10000011 1111000 10001010 101 1101 0 101110 100010101 111 110011

Color Harmonies of #83788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83788A

Black with #83788A

Text Example


Text Example

White with #83788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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