Html Css Color HEX #83768B Topaz

📋 copy color: '#83768B'

red 131 ◦ green 118 ◦ blue 139

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

Shades of Topaz #83768B

Tints of Topaz #83768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.41%

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

R = 33.76%
G = 30.41%
B = 35.82%

CMYK

 C value IS 0.06

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83768B (or 0x83768B) is known color: Topaz. HEX triplet: 83, 76 and 8B. RGB value is (131,118,139). Sum of RGB (Red+Green+Blue) = 131+118+139=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 139 (54.69% from 255 or 35.82% from 388); Max value from RGB is 139 - color contains mainly: blue. Hex color #83768B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83768B is #7C8974. Grayscale: #7C7C7C. Windows color (decimal): -8161653 or 9139843. OLE color: 9139843.

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

Color convert

RGB 131 118 139 -
CMYK 0.06 0.15 0 0.45
HSL 277.14º 0.08% 0.5% -
HSV(B) 277.14º 0.15% 0.55% -
XYZ 20.5 19.65 27.14 -
YUV 124.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 131 118 139 0.06 0.15 0 0.45 277.14 0.08 0.5
Hex 83 76 8B 6 F 0 2D 115 8 32
Octal 203 166 213 6 17 0 55 425 10 62
Binary 10000011 1110110 10001011 110 1111 0 101101 100010101 1000 110010

Color Harmonies of #83768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83768B

Black with #83768B

Text Example


Text Example

White with #83768B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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