#83768A

Color #83768A Topaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Topaz #83768A

Tints of Topaz #83768A

Color information

#83768A (or 0x83768A) is unknown color: approx Topaz. HEX triplet: 83, 76 and 8A. RGB value is (131,118,138). Sum of RGB (Red+Green+Blue) = 131+118+138=387 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.85% from 387); Green value is 118 (46.48% from 255 or 30.49% from 387); Blue value is 138 (54.30% from 255 or 35.66% from 387); Max value from RGB is 138 - color contains mainly: blue. Hex color #83768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83768A is #7C8975. Grayscale: #7C7C7C. Windows color (decimal): -8161654 or 9074307. OLE color: 9074307.

HSL color Cylindrical-coordinate representation of color #83768A: hue angle of 279º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #83768A is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB131118138-
CMYK0.050.1400.46
HSL279º7.87%50.2%-
HSV(B)279º14.49%54.12%-
XYZ20.4319.6226.75-
YUV124.17135.81132.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 33.85%
GREEN value IS 118 (46.48% from 255) = 30.49%
BLUE value IS 138 (54.30% from 255) = 35.66%
R=33.85%
G=30.49%
B=35.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1311181380.050.1400.462797.8750.2
Hex83768A5E02E117832
Octal2031662125160564271062
Binary10000011111011010001010101111001011101000101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83768A;
 }
 .AnyTagClassName
 {
   color: #83768A;
 }
</style>
background-color css

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

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

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

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

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

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