Html Css Color HEX #788187 Regent Grey

📋 copy color: '#788187'

red 120 ◦ green 129 ◦ blue 135

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

Shades of Regent Grey #788187

Tints of Regent Grey #788187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.59%

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

R = 31.25%
G = 33.59%
B = 35.16%

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

#788187 (or 0x788187) is known color: Regent Grey. HEX triplet: 78, 81 and 87. RGB value is (120,129,135). Sum of RGB (Red+Green+Blue) = 120+129+135=384 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.25% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 135 - color contains mainly: blue. Hex color #788187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788187 is #877E78. Grayscale: #7E7E7E. Windows color (decimal): -8879737 or 8880504. OLE color: 8880504.

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

Color convert

RGB 120 129 135 -
CMYK 0.11 0.04 0 0.47
HSL 204º 0.06% 0.5% -
HSV(B) 204º 0.11% 0.53% -
XYZ 19.97 21.44 26.01 -
YUV 126.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 120 129 135 0.11 0.04 0 0.47 204 0.06 0.5
Hex 78 81 87 B 4 0 2F CC 6 32
Octal 170 201 207 13 4 0 57 314 6 62
Binary 1111000 10000001 10000111 1011 100 0 101111 11001100 110 110010

Color Harmonies of #788187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788187

Black with #788187

Text Example


Text Example

White with #788187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788187; }

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

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

background-color css

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

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

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

border-color css

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

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

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