Html Css Color HEX #788286 Regent Grey

📋 copy color: '#788286'

red 120 ◦ green 130 ◦ blue 134

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

Shades of Regent Grey #788286

Tints of Regent Grey #788286

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.85%

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

R = 31.25%
G = 33.85%
B = 34.9%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#788286 (or 0x788286) is known color: Regent Grey. HEX triplet: 78, 82 and 86. RGB value is (120,130,134). Sum of RGB (Red+Green+Blue) = 120+130+134=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 134 - color contains mainly: blue. Hex color #788286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788286 is #877D79. Grayscale: #7F7F7F. Windows color (decimal): -8879482 or 8815224. OLE color: 8815224.

HSL color Cylindrical-coordinate representation of color #788286: hue angle of 197.14º 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 #788286 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 130 134 -
CMYK 0.10 0.03 0 0.47
HSL 197.14º 0.06% 0.5% -
HSV(B) 197.14º 0.1% 0.53% -
XYZ 20.03 21.68 25.68 -
YUV 127.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 120 130 134 0.10 0.03 0 0.47 197.14 0.06 0.5
Hex 78 82 86 A 3 0 2F C5 6 32
Octal 170 202 206 12 3 0 57 305 6 62
Binary 1111000 10000010 10000110 1010 11 0 101111 11000101 110 110010

Color Harmonies of #788286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788286

Black with #788286

Text Example


Text Example

White with #788286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788286; }

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

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

background-color css

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

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

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

border-color css

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

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

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