Html Css Color HEX #788587 Regent Grey

📋 copy color: '#788587'

red 120 ◦ green 133 ◦ blue 135

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

Shades of Regent Grey #788587

Tints of Regent Grey #788587

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

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

R = 30.93%
G = 34.28%
B = 34.79%

CMYK

 C value IS 0.11

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#788587 (or 0x788587) is known color: Regent Grey. HEX triplet: 78, 85 and 87. RGB value is (120,133,135). Sum of RGB (Red+Green+Blue) = 120+133+135=388 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.93% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 135 - color contains mainly: blue. Hex color #788587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788587 is #877A78. Grayscale: #818181. Windows color (decimal): -8878713 or 8881528. OLE color: 8881528.

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

Color convert

RGB 120 133 135 -
CMYK 0.11 0.01 0 0.47
HSL 188º 0.06% 0.5% -
HSV(B) 188º 0.11% 0.53% -
XYZ 20.51 22.52 26.19 -
YUV 129.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 120 133 135 0.11 0.01 0 0.47 188 0.06 0.5
Hex 78 85 87 B 1 0 2F BC 6 32
Octal 170 205 207 13 1 0 57 274 6 62
Binary 1111000 10000101 10000111 1011 1 0 101111 10111100 110 110010

Color Harmonies of #788587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788587

Black with #788587

Text Example


Text Example

White with #788587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788587; }

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

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

background-color css

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

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

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

border-color css

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

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

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