Html Css Color HEX #788289 Regent Grey

📋 copy color: '#788289'

red 120 ◦ green 130 ◦ blue 137

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

Shades of Regent Grey #788289

Tints of Regent Grey #788289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.4%

R = 31.01%
G = 33.59%
B = 35.4%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#788289 (or 0x788289) is known color: Regent Grey. HEX triplet: 78, 82 and 89. RGB value is (120,130,137). Sum of RGB (Red+Green+Blue) = 120+130+137=387 (51% of max value = 765). Red value is 120 (47.27% from 255 or 31.01% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 137 - color contains mainly: blue. Hex color #788289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788289 is #877D76. Grayscale: #7F7F7F. Windows color (decimal): -8879479 or 9011832. OLE color: 9011832.

HSL color Cylindrical-coordinate representation of color #788289: hue angle of 204.71º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #788289 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 130 137 -
CMYK 0.12 0.05 0 0.46
HSL 204.71º 0.07% 0.5% -
HSV(B) 204.71º 0.12% 0.54% -
XYZ 20.24 21.76 26.8 -
YUV 127.81 133.19 122.43 -
System Red Green Blue C M Y K H S L
Decimal 120 130 137 0.12 0.05 0 0.46 204.71 0.07 0.5
Hex 78 82 89 C 5 0 2E CD 7 32
Octal 170 202 211 14 5 0 56 315 7 62
Binary 1111000 10000010 10001001 1100 101 0 101110 11001101 111 110010

Color Harmonies of #788289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788289

Black with #788289

Text Example


Text Example

White with #788289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788289; }

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

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

background-color css

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

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

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

border-color css

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

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

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