Html Css Color HEX #857690 Topaz

📋 copy color: '#857690'

red 133 ◦ green 118 ◦ blue 144

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

Shades of Topaz #857690

Tints of Topaz #857690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.46%

R = 33.67%
G = 29.87%
B = 36.46%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#857690 (or 0x857690) is known color: Topaz. HEX triplet: 85, 76 and 90. RGB value is (133,118,144). Sum of RGB (Red+Green+Blue) = 133+118+144=395 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.67% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 144 - color contains mainly: blue. Hex color #857690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857690 is #7A896F. Grayscale: #7D7D7D. Windows color (decimal): -8030576 or 9467525. OLE color: 9467525.

HSL color Cylindrical-coordinate representation of color #857690: hue angle of 274.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #857690 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 118 144 -
CMYK 0.08 0.18 0 0.44
HSL 274.62º 0.1% 0.51% -
HSV(B) 274.62º 0.18% 0.56% -
XYZ 21.19 19.96 29.12 -
YUV 125.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 133 118 144 0.08 0.18 0 0.44 274.62 0.1 0.51
Hex 85 76 90 8 12 0 2C 113 A 33
Octal 205 166 220 10 22 0 54 423 12 63
Binary 10000101 1110110 10010000 1000 10010 0 101100 100010011 1010 110011

Color Harmonies of #857690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857690

Black with #857690

Text Example


Text Example

White with #857690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857690; }

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

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

background-color css

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

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

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

border-color css

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

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

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