Html Css Color HEX #77868B Regent Grey

📋 copy color: '#77868B'

red 119 ◦ green 134 ◦ blue 139

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

Shades of Regent Grey #77868B

Tints of Regent Grey #77868B

RGB

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

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

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

R = 30.36%
G = 34.18%
B = 35.46%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77868B (or 0x77868B) is known color: Regent Grey. HEX triplet: 77, 86 and 8B. RGB value is (119,134,139). Sum of RGB (Red+Green+Blue) = 119+134+139=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 139 - color contains mainly: blue. Hex color #77868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77868B is #887974. Grayscale: #828282. Windows color (decimal): -8943989 or 9143927. OLE color: 9143927.

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

Color convert

RGB 119 134 139 -
CMYK 0.14 0.04 0 0.45
HSL 195º 0.08% 0.51% -
HSV(B) 195º 0.14% 0.55% -
XYZ 20.79 22.84 27.74 -
YUV 130.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 119 134 139 0.14 0.04 0 0.45 195 0.08 0.51
Hex 77 86 8B E 4 0 2D C3 8 33
Octal 167 206 213 16 4 0 55 303 10 63
Binary 1110111 10000110 10001011 1110 100 0 101101 11000011 1000 110011

Color Harmonies of #77868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77868B

Black with #77868B

Text Example


Text Example

White with #77868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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