Html Css Color HEX #807D88 Topaz

📋 copy color: '#807D88'

red 128 ◦ green 125 ◦ blue 136

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

Shades of Topaz #807D88

Tints of Topaz #807D88

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.13%

 BLUE value IS 136 (53.52% from 255) = 34.96%

R = 32.9%
G = 32.13%
B = 34.96%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#807D88 (or 0x807D88) is known color: Topaz. HEX triplet: 80, 7D and 88. RGB value is (128,125,136). Sum of RGB (Red+Green+Blue) = 128+125+136=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 136 - color contains mainly: blue. Hex color #807D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807D88 is #7F8277. Grayscale: #7F7F7F. Windows color (decimal): -8356472 or 8945024. OLE color: 8945024.

HSL color Cylindrical-coordinate representation of color #807D88: hue angle of 256.36º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #807D88 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 125 136 -
CMYK 0.06 0.08 0 0.47
HSL 256.36º 0.04% 0.51% -
HSV(B) 256.36º 0.08% 0.53% -
XYZ 20.68 21.03 26.26 -
YUV 127.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 128 125 136 0.06 0.08 0 0.47 256.36 0.04 0.51
Hex 80 7D 88 6 8 0 2F 100 4 33
Octal 200 175 210 6 10 0 57 400 4 63
Binary 10000000 1111101 10001000 110 1000 0 101111 100000000 100 110011

Color Harmonies of #807D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807D88

Black with #807D88

Text Example


Text Example

White with #807D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,125,136); }

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

background-color css

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

 a { background-color: rgb(128,125,136); }

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

border-color css

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

 span { border-color: rgb(128,125,136); }

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