Html Css Color HEX #807788 Topaz

📋 copy color: '#807788'

red 128 ◦ green 119 ◦ blue 136

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

Shades of Topaz #807788

Tints of Topaz #807788

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.07%

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

R = 33.42%
G = 31.07%
B = 35.51%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#807788 (or 0x807788) is known color: Topaz. HEX triplet: 80, 77 and 88. RGB value is (128,119,136). Sum of RGB (Red+Green+Blue) = 128+119+136=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 136 - color contains mainly: blue. Hex color #807788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807788 is #7F8877. Grayscale: #7B7B7B. Windows color (decimal): -8358008 or 8943488. OLE color: 8943488.

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

Color convert

RGB 128 119 136 -
CMYK 0.06 0.12 0 0.47
HSL 271.76º 0.07% 0.5% -
HSV(B) 271.76º 0.13% 0.53% -
XYZ 19.94 19.56 26.02 -
YUV 123.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 128 119 136 0.06 0.12 0 0.47 271.76 0.07 0.5
Hex 80 77 88 6 C 0 2F 110 7 32
Octal 200 167 210 6 14 0 57 420 7 62
Binary 10000000 1110111 10001000 110 1100 0 101111 100010000 111 110010

Color Harmonies of #807788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807788

Black with #807788

Text Example


Text Example

White with #807788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807788; }

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

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

background-color css

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

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

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

border-color css

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

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

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