Html Css Color HEX #77878D Regent Grey

📋 copy color: '#77878D'

red 119 ◦ green 135 ◦ blue 141

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

Shades of Regent Grey #77878D

Tints of Regent Grey #77878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

 BLUE value IS 141 (55.47% from 255) = 35.7%

R = 30.13%
G = 34.18%
B = 35.7%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77878D (or 0x77878D) is known color: Regent Grey. HEX triplet: 77, 87 and 8D. RGB value is (119,135,141). Sum of RGB (Red+Green+Blue) = 119+135+141=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 141 - color contains mainly: blue. Hex color #77878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77878D is #887872. Grayscale: #828282. Windows color (decimal): -8943731 or 9275255. OLE color: 9275255.

HSL color Cylindrical-coordinate representation of color #77878D: hue angle of 196.36º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77878D is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 135 141 -
CMYK 0.16 0.04 0 0.45
HSL 196.36º 0.09% 0.51% -
HSV(B) 196.36º 0.16% 0.55% -
XYZ 21.08 23.17 28.56 -
YUV 130.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 119 135 141 0.16 0.04 0 0.45 196.36 0.09 0.51
Hex 77 87 8D 10 4 0 2D C4 9 33
Octal 167 207 215 20 4 0 55 304 11 63
Binary 1110111 10000111 10001101 10000 100 0 101101 11000100 1001 110011

Color Harmonies of #77878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77878D

Black with #77878D

Text Example


Text Example

White with #77878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77878D; }

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

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

background-color css

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

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

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

border-color css

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

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

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