Html Css Color HEX #85758C Topaz

📋 copy color: '#85758C'

red 133 ◦ green 117 ◦ blue 140

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

Shades of Topaz #85758C

Tints of Topaz #85758C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 34.1%
G = 30%
B = 35.9%

CMYK

 C value IS 0.05

 M value IS 0.16

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85758C (or 0x85758C) is known color: Topaz. HEX triplet: 85, 75 and 8C. RGB value is (133,117,140). Sum of RGB (Red+Green+Blue) = 133+117+140=390 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.10% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 140 - color contains mainly: blue. Hex color #85758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85758C is #7A8A73. Grayscale: #7C7C7C. Windows color (decimal): -8030836 or 9205125. OLE color: 9205125.

HSL color Cylindrical-coordinate representation of color #85758C: hue angle of 281.74º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #85758C is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 133 117 140 -
CMYK 0.05 0.16 0 0.45
HSL 281.74º 0.09% 0.5% -
HSV(B) 281.74º 0.16% 0.55% -
XYZ 20.77 19.6 27.5 -
YUV 124.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 133 117 140 0.05 0.16 0 0.45 281.74 0.09 0.5
Hex 85 75 8C 5 10 0 2D 11A 9 32
Octal 205 165 214 5 20 0 55 432 11 62
Binary 10000101 1110101 10001100 101 10000 0 101101 100011010 1001 110010

Color Harmonies of #85758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85758C

Black with #85758C

Text Example


Text Example

White with #85758C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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