Html Css Color HEX #77898E Regent Grey

📋 copy color: '#77898E'

red 119 ◦ green 137 ◦ blue 142

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

Shades of Regent Grey #77898E

Tints of Regent Grey #77898E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

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

R = 29.9%
G = 34.42%
B = 35.68%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77898E (or 0x77898E) is known color: Regent Grey. HEX triplet: 77, 89 and 8E. RGB value is (119,137,142). Sum of RGB (Red+Green+Blue) = 119+137+142=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 142 - color contains mainly: blue. Hex color #77898E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77898E is #887671. Grayscale: #848484. Windows color (decimal): -8943218 or 9341303. OLE color: 9341303.

HSL color Cylindrical-coordinate representation of color #77898E: hue angle of 193.04º 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 #77898E is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 137 142 -
CMYK 0.16 0.04 0 0.44
HSL 193.04º 0.09% 0.51% -
HSV(B) 193.04º 0.16% 0.56% -
XYZ 21.44 23.77 29.05 -
YUV 132.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 119 137 142 0.16 0.04 0 0.44 193.04 0.09 0.51
Hex 77 89 8E 10 4 0 2C C1 9 33
Octal 167 211 216 20 4 0 54 301 11 63
Binary 1110111 10001001 10001110 10000 100 0 101100 11000001 1001 110011

Color Harmonies of #77898E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77898E

Black with #77898E

Text Example


Text Example

White with #77898E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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