Html Css Color HEX #83758C Topaz

📋 copy color: '#83758C'

red 131 ◦ green 117 ◦ blue 140

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

Shades of Topaz #83758C

Tints of Topaz #83758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.15%

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

R = 33.76%
G = 30.15%
B = 36.08%

CMYK

 C value IS 0.06

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83758C (or 0x83758C) is known color: Topaz. HEX triplet: 83, 75 and 8C. RGB value is (131,117,140). Sum of RGB (Red+Green+Blue) = 131+117+140=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 140 - color contains mainly: blue. Hex color #83758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83758C is #7C8A73. Grayscale: #7B7B7B. Windows color (decimal): -8161908 or 9205123. OLE color: 9205123.

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

Color convert

RGB 131 117 140 -
CMYK 0.06 0.16 0 0.45
HSL 276.52º 0.09% 0.5% -
HSV(B) 276.52º 0.16% 0.55% -
XYZ 20.45 19.44 27.49 -
YUV 123.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 131 117 140 0.06 0.16 0 0.45 276.52 0.09 0.5
Hex 83 75 8C 6 10 0 2D 115 9 32
Octal 203 165 214 6 20 0 55 425 11 62
Binary 10000011 1110101 10001100 110 10000 0 101101 100010101 1001 110010

Color Harmonies of #83758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83758C

Black with #83758C

Text Example


Text Example

White with #83758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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