Html Css Color HEX #788287 Regent Grey

📋 copy color: '#788287'

red 120 ◦ green 130 ◦ blue 135

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

Shades of Regent Grey #788287

Tints of Regent Grey #788287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 35.06%

R = 31.17%
G = 33.77%
B = 35.06%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#788287 (or 0x788287) is known color: Regent Grey. HEX triplet: 78, 82 and 87. RGB value is (120,130,135). Sum of RGB (Red+Green+Blue) = 120+130+135=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 130 (51.17% from 255 or 33.77% from 385); Blue value is 135 (53.12% from 255 or 35.06% from 385); Max value from RGB is 135 - color contains mainly: blue. Hex color #788287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788287 is #877D78. Grayscale: #7F7F7F. Windows color (decimal): -8879481 or 8880760. OLE color: 8880760.

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

Color convert

RGB 120 130 135 -
CMYK 0.11 0.04 0 0.47
HSL 200º 0.06% 0.5% -
HSV(B) 200º 0.11% 0.53% -
XYZ 20.1 21.71 26.05 -
YUV 127.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 120 130 135 0.11 0.04 0 0.47 200 0.06 0.5
Hex 78 82 87 B 4 0 2F C8 6 32
Octal 170 202 207 13 4 0 57 310 6 62
Binary 1111000 10000010 10000111 1011 100 0 101111 11001000 110 110010

Color Harmonies of #788287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788287

Black with #788287

Text Example


Text Example

White with #788287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788287; }

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

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

background-color css

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

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

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

border-color css

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

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

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