Html Css Color HEX #857695 Topaz

📋 copy color: '#857695'

red 133 ◦ green 118 ◦ blue 149

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

Shades of Topaz #857695

Tints of Topaz #857695

RGB

 RED value IS 133 (52.34% from 255) = 33.25%

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

 BLUE value IS 149 (58.59% from 255) = 37.25%

R = 33.25%
G = 29.5%
B = 37.25%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#857695 (or 0x857695) is known color: Topaz. HEX triplet: 85, 76 and 95. RGB value is (133,118,149). Sum of RGB (Red+Green+Blue) = 133+118+149=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 149 - color contains mainly: blue. Hex color #857695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857695 is #7A896A. Grayscale: #7D7D7D. Windows color (decimal): -8030571 or 9795205. OLE color: 9795205.

HSL color Cylindrical-coordinate representation of color #857695: hue angle of 269.03º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #857695 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 118 149 -
CMYK 0.11 0.21 0 0.42
HSL 269.03º 0.13% 0.52% -
HSV(B) 269.03º 0.21% 0.58% -
XYZ 21.58 20.11 31.18 -
YUV 126.02 140.97 132.98 -
System Red Green Blue C M Y K H S L
Decimal 133 118 149 0.11 0.21 0 0.42 269.03 0.13 0.52
Hex 85 76 95 B 15 0 2A 10D D 34
Octal 205 166 225 13 25 0 52 415 15 64
Binary 10000101 1110110 10010101 1011 10101 0 101010 100001101 1101 110100

Color Harmonies of #857695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857695

Black with #857695

Text Example


Text Example

White with #857695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857695; }

 p { color: rgb(133,118,149); }

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

background-color css

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

 a { background-color: rgb(133,118,149); }

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

border-color css

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

 span { border-color: rgb(133,118,149); }

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