Html Css Color HEX #837F8C Topaz

📋 copy color: '#837F8C'

red 131 ◦ green 127 ◦ blue 140

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

Shades of Topaz #837F8C

Tints of Topaz #837F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 31.91%

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

R = 32.91%
G = 31.91%
B = 35.18%

CMYK

 C value IS 0.06

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#837F8C (or 0x837F8C) is known color: Topaz. HEX triplet: 83, 7F and 8C. RGB value is (131,127,140). Sum of RGB (Red+Green+Blue) = 131+127+140=398 (52% of max value = 765). Red value is 131 (51.56% from 255 or 32.91% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 140 - color contains mainly: blue. Hex color #837F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #837F8C is #7C8073. Grayscale: #818181. Windows color (decimal): -8159348 or 9207683. OLE color: 9207683.

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

Color convert

RGB 131 127 140 -
CMYK 0.06 0.09 0 0.45
HSL 258.46º 0.05% 0.52% -
HSV(B) 258.46º 0.09% 0.55% -
XYZ 21.68 21.9 27.89 -
YUV 129.68 133.83 128.94 -
System Red Green Blue C M Y K H S L
Decimal 131 127 140 0.06 0.09 0 0.45 258.46 0.05 0.52
Hex 83 7F 8C 6 9 0 2D 102 5 34
Octal 203 177 214 6 11 0 55 402 5 64
Binary 10000011 1111111 10001100 110 1001 0 101101 100000010 101 110100

Color Harmonies of #837F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #837F8C

Black with #837F8C

Text Example


Text Example

White with #837F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #837F8C; }

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

 H1.HeaderClassName
 {
   color: #837F8C;
 }
 .AnyTagClassName
 {
   color: #837F8C;
 }
</style>

background-color css

<style>
 a { background-color: #837F8C; }

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

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

border-color css

<style>
 span { border-color: #837F8C; }

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

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