Html Css Color HEX #788288 Regent Grey

📋 copy color: '#788288'

red 120 ◦ green 130 ◦ blue 136

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

Shades of Regent Grey #788288

Tints of Regent Grey #788288

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.68%

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

R = 31.09%
G = 33.68%
B = 35.23%

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

#788288 (or 0x788288) is known color: Regent Grey. HEX triplet: 78, 82 and 88. RGB value is (120,130,136). Sum of RGB (Red+Green+Blue) = 120+130+136=386 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.09% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: blue. Hex color #788288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788288 is #877D77. Grayscale: #7F7F7F. Windows color (decimal): -8879480 or 8946296. OLE color: 8946296.

HSL color Cylindrical-coordinate representation of color #788288: hue angle of 202.5º 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 #788288 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 130 136 -
CMYK 0.12 0.04 0 0.47
HSL 202.5º 0.06% 0.5% -
HSV(B) 202.5º 0.12% 0.53% -
XYZ 20.17 21.74 26.42 -
YUV 127.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 120 130 136 0.12 0.04 0 0.47 202.5 0.06 0.5
Hex 78 82 88 C 4 0 2F CA 6 32
Octal 170 202 210 14 4 0 57 312 6 62
Binary 1111000 10000010 10001000 1100 100 0 101111 11001010 110 110010

Color Harmonies of #788288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788288

Black with #788288

Text Example


Text Example

White with #788288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788288; }

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

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

background-color css

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

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

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

border-color css

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

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

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