Html Css Color HEX #788388 Regent Grey

📋 copy color: '#788388'

red 120 ◦ green 131 ◦ blue 136

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

Shades of Regent Grey #788388

Tints of Regent Grey #788388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.85%

 BLUE value IS 136 (53.52% from 255) = 35.14%

R = 31.01%
G = 33.85%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#788388 (or 0x788388) is known color: Regent Grey. HEX triplet: 78, 83 and 88. RGB value is (120,131,136). Sum of RGB (Red+Green+Blue) = 120+131+136=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 136 - color contains mainly: blue. Hex color #788388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788388 is #877C77. Grayscale: #808080. Windows color (decimal): -8879224 or 8946552. OLE color: 8946552.

HSL color Cylindrical-coordinate representation of color #788388: hue angle of 198.75º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788388 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 131 136 -
CMYK 0.12 0.04 0 0.47
HSL 198.75º 0.06% 0.5% -
HSV(B) 198.75º 0.12% 0.53% -
XYZ 20.31 22 26.47 -
YUV 128.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 120 131 136 0.12 0.04 0 0.47 198.75 0.06 0.5
Hex 78 83 88 C 4 0 2F C7 6 32
Octal 170 203 210 14 4 0 57 307 6 62
Binary 1111000 10000011 10001000 1100 100 0 101111 11000111 110 110010

Color Harmonies of #788388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788388

Black with #788388

Text Example


Text Example

White with #788388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788388; }

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

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

background-color css

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

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

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

border-color css

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

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

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