Html Css Color HEX #77888C Regent Grey

📋 copy color: '#77888C'

red 119 ◦ green 136 ◦ blue 140

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

Shades of Regent Grey #77888C

Tints of Regent Grey #77888C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.44%

R = 30.13%
G = 34.43%
B = 35.44%

CMYK

 C value IS 0.15

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77888C (or 0x77888C) is known color: Regent Grey. HEX triplet: 77, 88 and 8C. RGB value is (119,136,140). Sum of RGB (Red+Green+Blue) = 119+136+140=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 140 - color contains mainly: blue. Hex color #77888C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77888C is #887773. Grayscale: #838383. Windows color (decimal): -8943476 or 9209975. OLE color: 9209975.

HSL color Cylindrical-coordinate representation of color #77888C: hue angle of 191.43º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #77888C is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 136 140 -
CMYK 0.15 0.03 0 0.45
HSL 191.43º 0.08% 0.51% -
HSV(B) 191.43º 0.15% 0.55% -
XYZ 21.15 23.42 28.22 -
YUV 131.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 119 136 140 0.15 0.03 0 0.45 191.43 0.08 0.51
Hex 77 88 8C F 3 0 2D BF 8 33
Octal 167 210 214 17 3 0 55 277 10 63
Binary 1110111 10001000 10001100 1111 11 0 101101 10111111 1000 110011

Color Harmonies of #77888C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77888C

Black with #77888C

Text Example


Text Example

White with #77888C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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