Html Css Color HEX #818788 Regent Grey

📋 copy color: '#818788'

red 129 ◦ green 135 ◦ blue 136

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

Shades of Regent Grey #818788

Tints of Regent Grey #818788

RGB

 RED value IS 129 (50.78% from 255) = 32.25%

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

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

R = 32.25%
G = 33.75%
B = 34%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#818788 (or 0x818788) is known color: Regent Grey. HEX triplet: 81, 87 and 88. RGB value is (129,135,136). Sum of RGB (Red+Green+Blue) = 129+135+136=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 135 (53.12% from 255 or 33.75% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 136 - color contains mainly: blue. Hex color #818788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818788 is #7E7877. Grayscale: #858585. Windows color (decimal): -8288376 or 8947585. OLE color: 8947585.

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

Color convert

RGB 129 135 136 -
CMYK 0.05 0.01 0 0.47
HSL 188.57º 0.03% 0.52% -
HSV(B) 188.57º 0.05% 0.53% -
XYZ 22.16 23.77 26.71 -
YUV 133.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 129 135 136 0.05 0.01 0 0.47 188.57 0.03 0.52
Hex 81 87 88 5 1 0 2F BD 3 34
Octal 201 207 210 5 1 0 57 275 3 64
Binary 10000001 10000111 10001000 101 1 0 101111 10111101 11 110100

Color Harmonies of #818788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818788

Black with #818788

Text Example


Text Example

White with #818788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818788; }

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

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

background-color css

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

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

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

border-color css

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

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

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