Html Css Color HEX #77848C Regent Grey

📋 copy color: '#77848C'

red 119 ◦ green 132 ◦ blue 140

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

Shades of Regent Grey #77848C

Tints of Regent Grey #77848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

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

R = 30.43%
G = 33.76%
B = 35.81%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77848C (or 0x77848C) is known color: Regent Grey. HEX triplet: 77, 84 and 8C. RGB value is (119,132,140). Sum of RGB (Red+Green+Blue) = 119+132+140=391 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.43% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 140 - color contains mainly: blue. Hex color #77848C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #77848C is #887B73. Grayscale: #808080. Windows color (decimal): -8944500 or 9208951. OLE color: 9208951.

HSL color Cylindrical-coordinate representation of color #77848C: hue angle of 202.86º 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 #77848C is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 132 140 -
CMYK 0.15 0.06 0 0.45
HSL 202.86º 0.08% 0.51% -
HSV(B) 202.86º 0.15% 0.55% -
XYZ 20.59 22.32 28.03 -
YUV 129.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 119 132 140 0.15 0.06 0 0.45 202.86 0.08 0.51
Hex 77 84 8C F 6 0 2D CB 8 33
Octal 167 204 214 17 6 0 55 313 10 63
Binary 1110111 10000100 10001100 1111 110 0 101101 11001011 1000 110011

Color Harmonies of #77848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77848C

Black with #77848C

Text Example


Text Example

White with #77848C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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