Html Css Color HEX #77888E Regent Grey

📋 copy color: '#77888E'

red 119 ◦ green 136 ◦ blue 142

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

Shades of Regent Grey #77888E

Tints of Regent Grey #77888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.26%

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

R = 29.97%
G = 34.26%
B = 35.77%

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

#77888E (or 0x77888E) is known color: Regent Grey. HEX triplet: 77, 88 and 8E. RGB value is (119,136,142). Sum of RGB (Red+Green+Blue) = 119+136+142=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 142 - color contains mainly: blue. Hex color #77888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77888E is #887771. Grayscale: #838383. Windows color (decimal): -8943474 or 9341047. OLE color: 9341047.

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

Color convert

RGB 119 136 142 -
CMYK 0.16 0.04 0 0.44
HSL 195.65º 0.09% 0.51% -
HSV(B) 195.65º 0.16% 0.56% -
XYZ 21.29 23.48 29 -
YUV 131.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 119 136 142 0.16 0.04 0 0.44 195.65 0.09 0.51
Hex 77 88 8E 10 4 0 2C C4 9 33
Octal 167 210 216 20 4 0 54 304 11 63
Binary 1110111 10001000 10001110 10000 100 0 101100 11000100 1001 110011

Color Harmonies of #77888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77888E

Black with #77888E

Text Example


Text Example

White with #77888E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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