Html Css Color HEX #857692 Topaz

📋 copy color: '#857692'

red 133 ◦ green 118 ◦ blue 146

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

Shades of Topaz #857692

Tints of Topaz #857692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 36.78%

R = 33.5%
G = 29.72%
B = 36.78%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#857692 (or 0x857692) is known color: Topaz. HEX triplet: 85, 76 and 92. RGB value is (133,118,146). Sum of RGB (Red+Green+Blue) = 133+118+146=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 146 - color contains mainly: blue. Hex color #857692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #857692 is #7A896D. Grayscale: #7D7D7D. Windows color (decimal): -8030574 or 9598597. OLE color: 9598597.

HSL color Cylindrical-coordinate representation of color #857692: hue angle of 272.14º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #857692 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 133 118 146 -
CMYK 0.09 0.19 0 0.43
HSL 272.14º 0.11% 0.52% -
HSV(B) 272.14º 0.19% 0.57% -
XYZ 21.34 20.02 29.93 -
YUV 125.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 133 118 146 0.09 0.19 0 0.43 272.14 0.11 0.52
Hex 85 76 92 9 13 0 2B 110 B 34
Octal 205 166 222 11 23 0 53 420 13 64
Binary 10000101 1110110 10010010 1001 10011 0 101011 100010000 1011 110100

Color Harmonies of #857692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #857692

Black with #857692

Text Example


Text Example

White with #857692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #857692; }

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

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

background-color css

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

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

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

border-color css

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

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

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