Html Css Color HEX #85758E Topaz

📋 copy color: '#85758E'

red 133 ◦ green 117 ◦ blue 142

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

Shades of Topaz #85758E

Tints of Topaz #85758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.85%

 BLUE value IS 142 (55.86% from 255) = 36.22%

R = 33.93%
G = 29.85%
B = 36.22%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#85758E (or 0x85758E) is known color: Topaz. HEX triplet: 85, 75 and 8E. RGB value is (133,117,142). Sum of RGB (Red+Green+Blue) = 133+117+142=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 117 (46.09% from 255 or 29.85% from 392); Blue value is 142 (55.86% from 255 or 36.22% from 392); Max value from RGB is 142 - color contains mainly: blue. Hex color #85758E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85758E is #7A8A71. Grayscale: #7C7C7C. Windows color (decimal): -8030834 or 9336197. OLE color: 9336197.

HSL color Cylindrical-coordinate representation of color #85758E: hue angle of 278.4º 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 #85758E is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 133 117 142 -
CMYK 0.06 0.18 0 0.44
HSL 278.4º 0.1% 0.51% -
HSV(B) 278.4º 0.18% 0.56% -
XYZ 20.92 19.66 28.28 -
YUV 124.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 133 117 142 0.06 0.18 0 0.44 278.4 0.1 0.51
Hex 85 75 8E 6 12 0 2C 116 A 33
Octal 205 165 216 6 22 0 54 426 12 63
Binary 10000101 1110101 10001110 110 10010 0 101100 100010110 1010 110011

Color Harmonies of #85758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85758E

Black with #85758E

Text Example


Text Example

White with #85758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85758E; }

 p { color: rgb(133,117,142); }

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

background-color css

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

 a { background-color: rgb(133,117,142); }

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

border-color css

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

 span { border-color: rgb(133,117,142); }

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