Html Css Color HEX #83748C Topaz

📋 copy color: '#83748C'

red 131 ◦ green 116 ◦ blue 140

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

Shades of Topaz #83748C

Tints of Topaz #83748C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.97%

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

R = 33.85%
G = 29.97%
B = 36.18%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83748C (or 0x83748C) is known color: Topaz. HEX triplet: 83, 74 and 8C. RGB value is (131,116,140). Sum of RGB (Red+Green+Blue) = 131+116+140=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 116 (45.70% from 255 or 29.97% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 140 - color contains mainly: blue. Hex color #83748C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83748C is #7C8B73. Grayscale: #7B7B7B. Windows color (decimal): -8162164 or 9204867. OLE color: 9204867.

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

Color convert

RGB 131 116 140 -
CMYK 0.06 0.17 0 0.45
HSL 277.5º 0.09% 0.5% -
HSV(B) 277.5º 0.17% 0.55% -
XYZ 20.34 19.21 27.45 -
YUV 123.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 131 116 140 0.06 0.17 0 0.45 277.5 0.09 0.5
Hex 83 74 8C 6 11 0 2D 116 9 32
Octal 203 164 214 6 21 0 55 426 11 62
Binary 10000011 1110100 10001100 110 10001 0 101101 100010110 1001 110010

Color Harmonies of #83748C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83748C

Black with #83748C

Text Example


Text Example

White with #83748C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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