Html Css Color HEX #77868E Regent Grey

📋 copy color: '#77868E'

red 119 ◦ green 134 ◦ blue 142

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

Shades of Regent Grey #77868E

Tints of Regent Grey #77868E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.92%

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

R = 30.13%
G = 33.92%
B = 35.95%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#77868E (or 0x77868E) is known color: Regent Grey. HEX triplet: 77, 86 and 8E. RGB value is (119,134,142). Sum of RGB (Red+Green+Blue) = 119+134+142=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 142 - color contains mainly: blue. Hex color #77868E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77868E is #887971. Grayscale: #828282. Windows color (decimal): -8943986 or 9340535. OLE color: 9340535.

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

Color convert

RGB 119 134 142 -
CMYK 0.16 0.06 0 0.44
HSL 200.87º 0.09% 0.51% -
HSV(B) 200.87º 0.16% 0.56% -
XYZ 21.02 22.93 28.91 -
YUV 130.43 134.53 119.85 -
System Red Green Blue C M Y K H S L
Decimal 119 134 142 0.16 0.06 0 0.44 200.87 0.09 0.51
Hex 77 86 8E 10 6 0 2C C9 9 33
Octal 167 206 216 20 6 0 54 311 11 63
Binary 1110111 10000110 10001110 10000 110 0 101100 11001001 1001 110011

Color Harmonies of #77868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77868E

Black with #77868E

Text Example


Text Example

White with #77868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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