Html Css Color HEX #788186 Regent Grey

📋 copy color: '#788186'

red 120 ◦ green 129 ◦ blue 134

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

Shades of Regent Grey #788186

Tints of Regent Grey #788186

RGB

 RED value IS 120 (47.27% from 255) = 31.33%

 GREEN value IS 129 (50.78% from 255) = 33.68%

 BLUE value IS 134 (52.73% from 255) = 34.99%

R = 31.33%
G = 33.68%
B = 34.99%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#788186 (or 0x788186) is known color: Regent Grey. HEX triplet: 78, 81 and 86. RGB value is (120,129,134). Sum of RGB (Red+Green+Blue) = 120+129+134=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 134 - color contains mainly: blue. Hex color #788186 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788186 is #877E79. Grayscale: #7E7E7E. Windows color (decimal): -8879738 or 8814968. OLE color: 8814968.

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

Color convert

RGB 120 129 134 -
CMYK 0.10 0.04 0 0.47
HSL 201.43º 0.06% 0.5% -
HSV(B) 201.43º 0.1% 0.53% -
XYZ 19.9 21.41 25.64 -
YUV 126.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 120 129 134 0.10 0.04 0 0.47 201.43 0.06 0.5
Hex 78 81 86 A 4 0 2F C9 6 32
Octal 170 201 206 12 4 0 57 311 6 62
Binary 1111000 10000001 10000110 1010 100 0 101111 11001001 110 110010

Color Harmonies of #788186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788186

Black with #788186

Text Example


Text Example

White with #788186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788186; }

 p { color: rgb(120,129,134); }

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

background-color css

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

 a { background-color: rgb(120,129,134); }

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

border-color css

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

 span { border-color: rgb(120,129,134); }

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