Html Css Color HEX #788891 Regent Grey

📋 copy color: '#788891'

red 120 ◦ green 136 ◦ blue 145

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

Shades of Regent Grey #788891

Tints of Regent Grey #788891

RGB

 RED value IS 120 (47.27% from 255) = 29.93%

 GREEN value IS 136 (53.52% from 255) = 33.92%

 BLUE value IS 145 (57.03% from 255) = 36.16%

R = 29.93%
G = 33.92%
B = 36.16%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#788891 (or 0x788891) is known color: Regent Grey. HEX triplet: 78, 88 and 91. RGB value is (120,136,145). Sum of RGB (Red+Green+Blue) = 120+136+145=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 136 (53.52% from 255 or 33.92% from 401); Blue value is 145 (57.03% from 255 or 36.16% from 401); Max value from RGB is 145 - color contains mainly: blue. Hex color #788891 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788891 is #87776E. Grayscale: #848484. Windows color (decimal): -8877935 or 9537656. OLE color: 9537656.

HSL color Cylindrical-coordinate representation of color #788891: hue angle of 201.6º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #788891 is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 136 145 -
CMYK 0.17 0.06 0 0.43
HSL 201.6º 0.1% 0.52% -
HSV(B) 201.6º 0.17% 0.57% -
XYZ 21.66 23.65 30.21 -
YUV 132.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 120 136 145 0.17 0.06 0 0.43 201.6 0.1 0.52
Hex 78 88 91 11 6 0 2B CA A 34
Octal 170 210 221 21 6 0 53 312 12 64
Binary 1111000 10001000 10010001 10001 110 0 101011 11001010 1010 110100

Color Harmonies of #788891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788891

Black with #788891

Text Example


Text Example

White with #788891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788891; }

 p { color: rgb(120,136,145); }

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

background-color css

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

 a { background-color: rgb(120,136,145); }

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

border-color css

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

 span { border-color: rgb(120,136,145); }

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