Html Css Color HEX #857795 Topaz

📋 copy color: '#857795'

red 133 ◦ green 119 ◦ blue 149

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

Shades of Topaz #857795

Tints of Topaz #857795

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.68%

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

R = 33.17%
G = 29.68%
B = 37.16%

CMYK

 C value IS 0.11

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#857795 (or 0x857795) is known color: Topaz. HEX triplet: 85, 77 and 95. RGB value is (133,119,149). Sum of RGB (Red+Green+Blue) = 133+119+149=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 119 (46.88% from 255 or 29.68% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 149 - color contains mainly: blue. Hex color #857795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857795 is #7A886A. Grayscale: #7E7E7E. Windows color (decimal): -8030315 or 9795461. OLE color: 9795461.

HSL color Cylindrical-coordinate representation of color #857795: hue angle of 268º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #857795 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 119 149 -
CMYK 0.11 0.20 0 0.42
HSL 268º 0.12% 0.53% -
HSV(B) 268º 0.2% 0.58% -
XYZ 21.69 20.35 31.22 -
YUV 126.61 140.64 132.56 -
System Red Green Blue C M Y K H S L
Decimal 133 119 149 0.11 0.20 0 0.42 268 0.12 0.53
Hex 85 77 95 B 14 0 2A 10C C 35
Octal 205 167 225 13 24 0 52 414 14 65
Binary 10000101 1110111 10010101 1011 10100 0 101010 100001100 1100 110101

Color Harmonies of #857795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857795

Black with #857795

Text Example


Text Example

White with #857795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857795; }

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

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

background-color css

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

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

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

border-color css

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

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

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