Html Css Color HEX #808788 Regent Grey

📋 copy color: '#808788'

red 128 ◦ green 135 ◦ blue 136

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

Shades of Regent Grey #808788

Tints of Regent Grey #808788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

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

R = 32.08%
G = 33.83%
B = 34.09%

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#808788 (or 0x808788) is known color: Regent Grey. HEX triplet: 80, 87 and 88. RGB value is (128,135,136). Sum of RGB (Red+Green+Blue) = 128+135+136=399 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.08% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 136 (53.52% from 255 or 34.09% from 399); Max value from RGB is 136 - color contains mainly: blue. Hex color #808788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808788 is #7F7877. Grayscale: #858585. Windows color (decimal): -8353912 or 8947584. OLE color: 8947584.

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

Color convert

RGB 128 135 136 -
CMYK 0.06 0.01 0 0.47
HSL 187.5º 0.03% 0.52% -
HSV(B) 187.5º 0.06% 0.53% -
XYZ 22.01 23.69 26.71 -
YUV 133.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 128 135 136 0.06 0.01 0 0.47 187.5 0.03 0.52
Hex 80 87 88 6 1 0 2F BC 3 34
Octal 200 207 210 6 1 0 57 274 3 64
Binary 10000000 10000111 10001000 110 1 0 101111 10111100 11 110100

Color Harmonies of #808788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808788

Black with #808788

Text Example


Text Example

White with #808788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808788; }

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

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

background-color css

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

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

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

border-color css

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

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

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