Html Css Color HEX #77858E Regent Grey

📋 copy color: '#77858E'

red 119 ◦ green 133 ◦ blue 142

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

Shades of Regent Grey #77858E

Tints of Regent Grey #77858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

 BLUE value IS 142 (55.86% from 255) = 36.04%

R = 30.2%
G = 33.76%
B = 36.04%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77858E (or 0x77858E) is known color: Regent Grey. HEX triplet: 77, 85 and 8E. RGB value is (119,133,142). Sum of RGB (Red+Green+Blue) = 119+133+142=394 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.20% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 142 - color contains mainly: blue. Hex color #77858E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77858E is #887A71. Grayscale: #818181. Windows color (decimal): -8944242 or 9340279. OLE color: 9340279.

HSL color Cylindrical-coordinate representation of color #77858E: hue angle of 203.48º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #77858E is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 133 142 -
CMYK 0.16 0.06 0 0.44
HSL 203.48º 0.09% 0.51% -
HSV(B) 203.48º 0.16% 0.56% -
XYZ 20.88 22.65 28.86 -
YUV 129.84 134.86 120.27 -
System Red Green Blue C M Y K H S L
Decimal 119 133 142 0.16 0.06 0 0.44 203.48 0.09 0.51
Hex 77 85 8E 10 6 0 2C CB 9 33
Octal 167 205 216 20 6 0 54 313 11 63
Binary 1110111 10000101 10001110 10000 110 0 101100 11001011 1001 110011

Color Harmonies of #77858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77858E

Black with #77858E

Text Example


Text Example

White with #77858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77858E; }

 p { color: rgb(119,133,142); }

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

background-color css

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

 a { background-color: rgb(119,133,142); }

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

border-color css

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

 span { border-color: rgb(119,133,142); }

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