Html Css Color HEX #85788C Topaz

📋 copy color: '#85788C'

red 133 ◦ green 120 ◦ blue 140

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

Shades of Topaz #85788C

Tints of Topaz #85788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

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

R = 33.84%
G = 30.53%
B = 35.62%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85788C (or 0x85788C) is known color: Topaz. HEX triplet: 85, 78 and 8C. RGB value is (133,120,140). Sum of RGB (Red+Green+Blue) = 133+120+140=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 140 (55.08% from 255 or 35.62% from 393); Max value from RGB is 140 - color contains mainly: blue. Hex color #85788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85788C is #7A8773. Grayscale: #7E7E7E. Windows color (decimal): -8030068 or 9205893. OLE color: 9205893.

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

Color convert

RGB 133 120 140 -
CMYK 0.05 0.14 0 0.45
HSL 279º 0.08% 0.51% -
HSV(B) 279º 0.14% 0.55% -
XYZ 21.12 20.31 27.62 -
YUV 126.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 133 120 140 0.05 0.14 0 0.45 279 0.08 0.51
Hex 85 78 8C 5 E 0 2D 117 8 33
Octal 205 170 214 5 16 0 55 427 10 63
Binary 10000101 1111000 10001100 101 1110 0 101101 100010111 1000 110011

Color Harmonies of #85788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85788C

Black with #85788C

Text Example


Text Example

White with #85788C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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