Html Css Color HEX #77888D Regent Grey

📋 copy color: '#77888D'

red 119 ◦ green 136 ◦ blue 141

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

Shades of Regent Grey #77888D

Tints of Regent Grey #77888D

RGB

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

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

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

R = 30.05%
G = 34.34%
B = 35.61%

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

#77888D (or 0x77888D) is known color: Regent Grey. HEX triplet: 77, 88 and 8D. RGB value is (119,136,141). Sum of RGB (Red+Green+Blue) = 119+136+141=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 141 - color contains mainly: blue. Hex color #77888D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77888D is #887772. Grayscale: #838383. Windows color (decimal): -8943475 or 9275511. OLE color: 9275511.

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

Color convert

RGB 119 136 141 -
CMYK 0.16 0.04 0 0.45
HSL 193.64º 0.09% 0.51% -
HSV(B) 193.64º 0.16% 0.55% -
XYZ 21.22 23.45 28.61 -
YUV 131.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 119 136 141 0.16 0.04 0 0.45 193.64 0.09 0.51
Hex 77 88 8D 10 4 0 2D C2 9 33
Octal 167 210 215 20 4 0 55 302 11 63
Binary 1110111 10001000 10001101 10000 100 0 101101 11000010 1001 110011

Color Harmonies of #77888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77888D

Black with #77888D

Text Example


Text Example

White with #77888D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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