Html Css Color HEX #77878B Regent Grey

📋 copy color: '#77878B'

red 119 ◦ green 135 ◦ blue 139

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

Shades of Regent Grey #77878B

Tints of Regent Grey #77878B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 30.28%
G = 34.35%
B = 35.37%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77878B (or 0x77878B) is known color: Regent Grey. HEX triplet: 77, 87 and 8B. RGB value is (119,135,139). Sum of RGB (Red+Green+Blue) = 119+135+139=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 139 - color contains mainly: blue. Hex color #77878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77878B is #887874. Grayscale: #828282. Windows color (decimal): -8943733 or 9144183. OLE color: 9144183.

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

Color convert

RGB 119 135 139 -
CMYK 0.14 0.03 0 0.45
HSL 192º 0.08% 0.51% -
HSV(B) 192º 0.14% 0.55% -
XYZ 20.93 23.11 27.78 -
YUV 130.67 132.7 119.67 -
System Red Green Blue C M Y K H S L
Decimal 119 135 139 0.14 0.03 0 0.45 192 0.08 0.51
Hex 77 87 8B E 3 0 2D C0 8 33
Octal 167 207 213 16 3 0 55 300 10 63
Binary 1110111 10000111 10001011 1110 11 0 101101 11000000 1000 110011

Color Harmonies of #77878B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77878B

Black with #77878B

Text Example


Text Example

White with #77878B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77878B; }

 p { color: rgb(119,135,139); }

 H1.HeaderClassName
 {
   color: #77878B;
 }
 .AnyTagClassName
 {
   color: #77878B;
 }
</style>

background-color css

<style>
 a { background-color: #77878B; }

 a { background-color: rgb(119,135,139); }

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

border-color css

<style>
 span { border-color: #77878B; }

 span { border-color: rgb(119,135,139); }

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