Html Css Color HEX #778085 Regent Grey

📋 copy color: '#778085'

red 119 ◦ green 128 ◦ blue 133

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

Shades of Regent Grey #778085

Tints of Regent Grey #778085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 133 (52.34% from 255) = 35%

R = 31.32%
G = 33.68%
B = 35%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#778085 (or 0x778085) is known color: Regent Grey. HEX triplet: 77, 80 and 85. RGB value is (119,128,133). Sum of RGB (Red+Green+Blue) = 119+128+133=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 133 - color contains mainly: blue. Hex color #778085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778085 is #887F7A. Grayscale: #7D7D7D. Windows color (decimal): -8945531 or 8749175. OLE color: 8749175.

HSL color Cylindrical-coordinate representation of color #778085: hue angle of 201.43º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #778085 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 119 128 133 -
CMYK 0.11 0.04 0 0.48
HSL 201.43º 0.06% 0.49% -
HSV(B) 201.43º 0.11% 0.52% -
XYZ 19.56 21.05 25.22 -
YUV 125.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 119 128 133 0.11 0.04 0 0.48 201.43 0.06 0.49
Hex 77 80 85 B 4 0 30 C9 6 31
Octal 167 200 205 13 4 0 60 311 6 61
Binary 1110111 10000000 10000101 1011 100 0 110000 11001001 110 110001

Color Harmonies of #778085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778085

Black with #778085

Text Example


Text Example

White with #778085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778085; }

 p { color: rgb(119,128,133); }

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

background-color css

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

 a { background-color: rgb(119,128,133); }

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

border-color css

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

 span { border-color: rgb(119,128,133); }

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