Html Css Color HEX #83788B Topaz

📋 copy color: '#83788B'

red 131 ◦ green 120 ◦ blue 139

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

Shades of Topaz #83788B

Tints of Topaz #83788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.64%

R = 33.59%
G = 30.77%
B = 35.64%

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

#83788B (or 0x83788B) is known color: Topaz. HEX triplet: 83, 78 and 8B. RGB value is (131,120,139). Sum of RGB (Red+Green+Blue) = 131+120+139=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: blue. Hex color #83788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83788B is #7C8774. Grayscale: #7D7D7D. Windows color (decimal): -8161141 or 9140355. OLE color: 9140355.

HSL color Cylindrical-coordinate representation of color #83788B: hue angle of 274.74º 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 #83788B is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 120 139 -
CMYK 0.06 0.14 0 0.45
HSL 274.74º 0.08% 0.51% -
HSV(B) 274.74º 0.14% 0.55% -
XYZ 20.74 20.12 27.22 -
YUV 125.46 135.64 131.96 -
System Red Green Blue C M Y K H S L
Decimal 131 120 139 0.06 0.14 0 0.45 274.74 0.08 0.51
Hex 83 78 8B 6 E 0 2D 113 8 33
Octal 203 170 213 6 16 0 55 423 10 63
Binary 10000011 1111000 10001011 110 1110 0 101101 100010011 1000 110011

Color Harmonies of #83788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83788B

Black with #83788B

Text Example


Text Example

White with #83788B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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