Html Css Color HEX #788992 Regent Grey

📋 copy color: '#788992'

red 120 ◦ green 137 ◦ blue 146

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

Shades of Regent Grey #788992

Tints of Regent Grey #788992

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34%

 BLUE value IS 146 (57.42% from 255) = 36.23%

R = 29.78%
G = 34%
B = 36.23%

CMYK

 C value IS 0.18

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#788992 (or 0x788992) is known color: Regent Grey. HEX triplet: 78, 89 and 92. RGB value is (120,137,146). Sum of RGB (Red+Green+Blue) = 120+137+146=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 146 - color contains mainly: blue. Hex color #788992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788992 is #87766D. Grayscale: #848484. Windows color (decimal): -8877678 or 9603448. OLE color: 9603448.

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

Color convert

RGB 120 137 146 -
CMYK 0.18 0.06 0 0.43
HSL 200.77º 0.11% 0.52% -
HSV(B) 200.77º 0.18% 0.57% -
XYZ 21.88 23.96 30.67 -
YUV 132.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 120 137 146 0.18 0.06 0 0.43 200.77 0.11 0.52
Hex 78 89 92 12 6 0 2B C9 B 34
Octal 170 211 222 22 6 0 53 311 13 64
Binary 1111000 10001001 10010010 10010 110 0 101011 11001001 1011 110100

Color Harmonies of #788992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788992

Black with #788992

Text Example


Text Example

White with #788992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788992; }

 p { color: rgb(120,137,146); }

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

background-color css

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

 a { background-color: rgb(120,137,146); }

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

border-color css

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

 span { border-color: rgb(120,137,146); }

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