Html Css Color HEX #788487 Regent Grey

📋 copy color: '#788487'

red 120 ◦ green 132 ◦ blue 135

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

Shades of Regent Grey #788487

Tints of Regent Grey #788487

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

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

R = 31.01%
G = 34.11%
B = 34.88%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#788487 (or 0x788487) is known color: Regent Grey. HEX triplet: 78, 84 and 87. RGB value is (120,132,135). Sum of RGB (Red+Green+Blue) = 120+132+135=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 135 (53.12% from 255 or 34.88% from 387); Max value from RGB is 135 - color contains mainly: blue. Hex color #788487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788487 is #877B78. Grayscale: #808080. Windows color (decimal): -8878969 or 8881272. OLE color: 8881272.

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

Color convert

RGB 120 132 135 -
CMYK 0.11 0.02 0 0.47
HSL 192º 0.06% 0.5% -
HSV(B) 192º 0.11% 0.53% -
XYZ 20.37 22.24 26.14 -
YUV 128.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 120 132 135 0.11 0.02 0 0.47 192 0.06 0.5
Hex 78 84 87 B 2 0 2F C0 6 32
Octal 170 204 207 13 2 0 57 300 6 62
Binary 1111000 10000100 10000111 1011 10 0 101111 11000000 110 110010

Color Harmonies of #788487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788487

Black with #788487

Text Example


Text Example

White with #788487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788487; }

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

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

background-color css

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

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

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

border-color css

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

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

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