Html Css Color HEX #788790 Regent Grey

📋 copy color: '#788790'

red 120 ◦ green 135 ◦ blue 144

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

Shades of Regent Grey #788790

Tints of Regent Grey #788790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.83%

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 30.08%
G = 33.83%
B = 36.09%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#788790 (or 0x788790) is known color: Regent Grey. HEX triplet: 78, 87 and 90. RGB value is (120,135,144). Sum of RGB (Red+Green+Blue) = 120+135+144=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 144 - color contains mainly: blue. Hex color #788790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788790 is #87786F. Grayscale: #838383. Windows color (decimal): -8878192 or 9471864. OLE color: 9471864.

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

Color convert

RGB 120 135 144 -
CMYK 0.17 0.06 0 0.44
HSL 202.5º 0.1% 0.52% -
HSV(B) 202.5º 0.17% 0.56% -
XYZ 21.44 23.33 29.76 -
YUV 131.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 120 135 144 0.17 0.06 0 0.44 202.5 0.1 0.52
Hex 78 87 90 11 6 0 2C CA A 34
Octal 170 207 220 21 6 0 54 312 12 64
Binary 1111000 10000111 10010000 10001 110 0 101100 11001010 1010 110100

Color Harmonies of #788790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788790

Black with #788790

Text Example


Text Example

White with #788790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788790; }

 p { color: rgb(120,135,144); }

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

background-color css

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

 a { background-color: rgb(120,135,144); }

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

border-color css

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

 span { border-color: rgb(120,135,144); }

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