Html Css Color HEX #788687 Regent Grey

📋 copy color: '#788687'

red 120 ◦ green 134 ◦ blue 135

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

Shades of Regent Grey #788687

Tints of Regent Grey #788687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

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

R = 30.85%
G = 34.45%
B = 34.7%

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

#788687 (or 0x788687) is known color: Regent Grey. HEX triplet: 78, 86 and 87. RGB value is (120,134,135). Sum of RGB (Red+Green+Blue) = 120+134+135=389 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.85% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 135 - color contains mainly: blue. Hex color #788687 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788687 is #877978. Grayscale: #818181. Windows color (decimal): -8878457 or 8881784. OLE color: 8881784.

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

Color convert

RGB 120 134 135 -
CMYK 0.11 0.01 0 0.47
HSL 184º 0.06% 0.5% -
HSV(B) 184º 0.11% 0.53% -
XYZ 20.64 22.79 26.23 -
YUV 129.93 130.86 120.92 -
System Red Green Blue C M Y K H S L
Decimal 120 134 135 0.11 0.01 0 0.47 184 0.06 0.5
Hex 78 86 87 B 1 0 2F B8 6 32
Octal 170 206 207 13 1 0 57 270 6 62
Binary 1111000 10000110 10000111 1011 1 0 101111 10111000 110 110010

Color Harmonies of #788687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788687

Black with #788687

Text Example


Text Example

White with #788687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788687; }

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

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

background-color css

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

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

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

border-color css

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

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

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