Html Css Color HEX #778287 Regent Grey

📋 copy color: '#778287'

red 119 ◦ green 130 ◦ blue 135

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

Shades of Regent Grey #778287

Tints of Regent Grey #778287

RGB

 RED value IS 119 (46.88% from 255) = 30.99%

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

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

R = 30.99%
G = 33.85%
B = 35.16%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#778287 (or 0x778287) is known color: Regent Grey. HEX triplet: 77, 82 and 87. RGB value is (119,130,135). Sum of RGB (Red+Green+Blue) = 119+130+135=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 130 (51.17% from 255 or 33.85% 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 #778287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778287 is #887D78. Grayscale: #7F7F7F. Windows color (decimal): -8945017 or 8880759. OLE color: 8880759.

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

Color convert

RGB 119 130 135 -
CMYK 0.12 0.04 0 0.47
HSL 198.75º 0.06% 0.5% -
HSV(B) 198.75º 0.12% 0.53% -
XYZ 19.96 21.64 26.05 -
YUV 127.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 119 130 135 0.12 0.04 0 0.47 198.75 0.06 0.5
Hex 77 82 87 C 4 0 2F C7 6 32
Octal 167 202 207 14 4 0 57 307 6 62
Binary 1110111 10000010 10000111 1100 100 0 101111 11000111 110 110010

Color Harmonies of #778287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778287

Black with #778287

Text Example


Text Example

White with #778287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778287; }

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

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

background-color css

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

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

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

border-color css

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

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

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