Html Css Color HEX #878090 Topaz

📋 copy color: '#878090'

red 135 ◦ green 128 ◦ blue 144

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

Shades of Topaz #878090

Tints of Topaz #878090

RGB

 RED value IS 135 (53.13% from 255) = 33.17%

 GREEN value IS 128 (50.39% from 255) = 31.45%

 BLUE value IS 144 (56.64% from 255) = 35.38%

R = 33.17%
G = 31.45%
B = 35.38%

CMYK

 C value IS 0.06

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#878090 (or 0x878090) is known color: Topaz. HEX triplet: 87, 80 and 90. RGB value is (135,128,144). Sum of RGB (Red+Green+Blue) = 135+128+144=407 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.17% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 144 - color contains mainly: blue. Hex color #878090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878090 is #787F6F. Grayscale: #838383. Windows color (decimal): -7896944 or 9470087. OLE color: 9470087.

HSL color Cylindrical-coordinate representation of color #878090: hue angle of 266.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #878090 is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 135 128 144 -
CMYK 0.06 0.11 0 0.44
HSL 266.25º 0.07% 0.53% -
HSV(B) 266.25º 0.11% 0.56% -
XYZ 22.74 22.6 29.55 -
YUV 131.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 135 128 144 0.06 0.11 0 0.44 266.25 0.07 0.53
Hex 87 80 90 6 B 0 2C 10A 7 35
Octal 207 200 220 6 13 0 54 412 7 65
Binary 10000111 10000000 10010000 110 1011 0 101100 100001010 111 110101

Color Harmonies of #878090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878090

Black with #878090

Text Example


Text Example

White with #878090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878090; }

 p { color: rgb(135,128,144); }

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

background-color css

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

 a { background-color: rgb(135,128,144); }

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

border-color css

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

 span { border-color: rgb(135,128,144); }

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