Html Css Color HEX #807C90 Topaz

📋 copy color: '#807C90'

red 128 ◦ green 124 ◦ blue 144

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

Shades of Topaz #807C90

Tints of Topaz #807C90

RGB

 RED value IS 128 (50.39% from 255) = 32.32%

 GREEN value IS 124 (48.83% from 255) = 31.31%

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

R = 32.32%
G = 31.31%
B = 36.36%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#807C90 (or 0x807C90) is known color: Topaz. HEX triplet: 80, 7C and 90. RGB value is (128,124,144). Sum of RGB (Red+Green+Blue) = 128+124+144=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 144 - color contains mainly: blue. Hex color #807C90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807C90 is #7F836F. Grayscale: #7F7F7F. Windows color (decimal): -8356720 or 9469056. OLE color: 9469056.

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

Color convert

RGB 128 124 144 -
CMYK 0.11 0.14 0 0.44
HSL 252º 0.08% 0.53% -
HSV(B) 252º 0.14% 0.56% -
XYZ 21.14 21.02 29.33 -
YUV 127.48 137.33 128.37 -
System Red Green Blue C M Y K H S L
Decimal 128 124 144 0.11 0.14 0 0.44 252 0.08 0.53
Hex 80 7C 90 B E 0 2C FC 8 35
Octal 200 174 220 13 16 0 54 374 10 65
Binary 10000000 1111100 10010000 1011 1110 0 101100 11111100 1000 110101

Color Harmonies of #807C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807C90

Black with #807C90

Text Example


Text Example

White with #807C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807C90; }

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

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

background-color css

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

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

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

border-color css

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

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

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