Html Css Color HEX #85818C Topaz

📋 copy color: '#85818C'

red 133 ◦ green 129 ◦ blue 140

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

Shades of Topaz #85818C

Tints of Topaz #85818C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

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

R = 33.08%
G = 32.09%
B = 34.83%

CMYK

 C value IS 0.05

 M value IS 0.08

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#85818C (or 0x85818C) is known color: Topaz. HEX triplet: 85, 81 and 8C. RGB value is (133,129,140). Sum of RGB (Red+Green+Blue) = 133+129+140=402 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.08% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 140 - color contains mainly: blue. Hex color #85818C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85818C is #7A7E73. Grayscale: #838383. Windows color (decimal): -8027764 or 9208197. OLE color: 9208197.

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

Color convert

RGB 133 129 140 -
CMYK 0.05 0.08 0 0.45
HSL 261.82º 0.05% 0.53% -
HSV(B) 261.82º 0.08% 0.55% -
XYZ 22.26 22.58 28 -
YUV 131.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 133 129 140 0.05 0.08 0 0.45 261.82 0.05 0.53
Hex 85 81 8C 5 8 0 2D 106 5 35
Octal 205 201 214 5 10 0 55 406 5 65
Binary 10000101 10000001 10001100 101 1000 0 101101 100000110 101 110101

Color Harmonies of #85818C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85818C

Black with #85818C

Text Example


Text Example

White with #85818C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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