Html Css Color HEX #77878F Regent Grey

📋 copy color: '#77878F'

red 119 ◦ green 135 ◦ blue 143

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

Shades of Regent Grey #77878F

Tints of Regent Grey #77878F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 29.97%
G = 34.01%
B = 36.02%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77878F (or 0x77878F) is known color: Regent Grey. HEX triplet: 77, 87 and 8F. RGB value is (119,135,143). Sum of RGB (Red+Green+Blue) = 119+135+143=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 143 - color contains mainly: blue. Hex color #77878F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77878F is #887870. Grayscale: #838383. Windows color (decimal): -8943729 or 9406327. OLE color: 9406327.

HSL color Cylindrical-coordinate representation of color #77878F: hue angle of 200º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77878F is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 119 135 143 -
CMYK 0.17 0.06 0 0.44
HSL 200º 0.1% 0.51% -
HSV(B) 200º 0.17% 0.56% -
XYZ 21.23 23.23 29.35 -
YUV 131.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 119 135 143 0.17 0.06 0 0.44 200 0.1 0.51
Hex 77 87 8F 11 6 0 2C C8 A 33
Octal 167 207 217 21 6 0 54 310 12 63
Binary 1110111 10000111 10001111 10001 110 0 101100 11001000 1010 110011

Color Harmonies of #77878F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77878F

Black with #77878F

Text Example


Text Example

White with #77878F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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