Html Css Color HEX #77868D Regent Grey

📋 copy color: '#77868D'

red 119 ◦ green 134 ◦ blue 141

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

Shades of Regent Grey #77868D

Tints of Regent Grey #77868D

RGB

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

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

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

R = 30.2%
G = 34.01%
B = 35.79%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77868D (or 0x77868D) is known color: Regent Grey. HEX triplet: 77, 86 and 8D. RGB value is (119,134,141). Sum of RGB (Red+Green+Blue) = 119+134+141=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 141 - color contains mainly: blue. Hex color #77868D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77868D is #887972. Grayscale: #828282. Windows color (decimal): -8943987 or 9274999. OLE color: 9274999.

HSL color Cylindrical-coordinate representation of color #77868D: hue angle of 199.09º 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 #77868D is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 134 141 -
CMYK 0.16 0.05 0 0.45
HSL 199.09º 0.09% 0.51% -
HSV(B) 199.09º 0.16% 0.55% -
XYZ 20.94 22.9 28.51 -
YUV 130.31 134.03 119.93 -
System Red Green Blue C M Y K H S L
Decimal 119 134 141 0.16 0.05 0 0.45 199.09 0.09 0.51
Hex 77 86 8D 10 5 0 2D C7 9 33
Octal 167 206 215 20 5 0 55 307 11 63
Binary 1110111 10000110 10001101 10000 101 0 101101 11000111 1001 110011

Color Harmonies of #77868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77868D

Black with #77868D

Text Example


Text Example

White with #77868D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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