Html Css Color HEX #83748B Topaz

📋 copy color: '#83748B'

red 131 ◦ green 116 ◦ blue 139

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

Shades of Topaz #83748B

Tints of Topaz #83748B

RGB

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

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

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

R = 33.94%
G = 30.05%
B = 36.01%

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

#83748B (or 0x83748B) is known color: Topaz. HEX triplet: 83, 74 and 8B. RGB value is (131,116,139). Sum of RGB (Red+Green+Blue) = 131+116+139=386 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.94% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #83748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83748B is #7C8B74. Grayscale: #7B7B7B. Windows color (decimal): -8162165 or 9139331. OLE color: 9139331.

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

Color convert

RGB 131 116 139 -
CMYK 0.06 0.17 0 0.45
HSL 279.13º 0.09% 0.5% -
HSV(B) 279.13º 0.17% 0.55% -
XYZ 20.27 19.18 27.06 -
YUV 123.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 131 116 139 0.06 0.17 0 0.45 279.13 0.09 0.5
Hex 83 74 8B 6 11 0 2D 117 9 32
Octal 203 164 213 6 21 0 55 427 11 62
Binary 10000011 1110100 10001011 110 10001 0 101101 100010111 1001 110010

Color Harmonies of #83748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83748B

Black with #83748B

Text Example


Text Example

White with #83748B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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