Html Css Color HEX #83738C Topaz

📋 copy color: '#83738C'

red 131 ◦ green 115 ◦ blue 140

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

Shades of Topaz #83738C

Tints of Topaz #83738C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.79%

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

R = 33.94%
G = 29.79%
B = 36.27%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83738C (or 0x83738C) is known color: Topaz. HEX triplet: 83, 73 and 8C. RGB value is (131,115,140). Sum of RGB (Red+Green+Blue) = 131+115+140=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 115 (45.31% from 255 or 29.79% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 140 - color contains mainly: blue. Hex color #83738C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83738C is #7C8C73. Grayscale: #7A7A7A. Windows color (decimal): -8162420 or 9204611. OLE color: 9204611.

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

Color convert

RGB 131 115 140 -
CMYK 0.06 0.18 0 0.45
HSL 278.4º 0.1% 0.5% -
HSV(B) 278.4º 0.18% 0.55% -
XYZ 20.22 18.98 27.41 -
YUV 122.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 131 115 140 0.06 0.18 0 0.45 278.4 0.1 0.5
Hex 83 73 8C 6 12 0 2D 116 A 32
Octal 203 163 214 6 22 0 55 426 12 62
Binary 10000011 1110011 10001100 110 10010 0 101101 100010110 1010 110010

Color Harmonies of #83738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83738C

Black with #83738C

Text Example


Text Example

White with #83738C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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