Html Css Color HEX #788084 Regent Grey

📋 copy color: '#788084'

red 120 ◦ green 128 ◦ blue 132

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

Shades of Regent Grey #788084

Tints of Regent Grey #788084

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 132 (51.95% from 255) = 34.74%

R = 31.58%
G = 33.68%
B = 34.74%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#788084 (or 0x788084) is known color: Regent Grey. HEX triplet: 78, 80 and 84. RGB value is (120,128,132). Sum of RGB (Red+Green+Blue) = 120+128+132=380 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.58% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 132 - color contains mainly: blue. Hex color #788084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788084 is #877F7B. Grayscale: #7E7E7E. Windows color (decimal): -8879996 or 8683640. OLE color: 8683640.

HSL color Cylindrical-coordinate representation of color #788084: hue angle of 200º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #788084 is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 128 132 -
CMYK 0.09 0.03 0 0.48
HSL 200º 0.05% 0.49% -
HSV(B) 200º 0.09% 0.52% -
XYZ 19.63 21.1 24.87 -
YUV 126.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 120 128 132 0.09 0.03 0 0.48 200 0.05 0.49
Hex 78 80 84 9 3 0 30 C8 5 31
Octal 170 200 204 11 3 0 60 310 5 61
Binary 1111000 10000000 10000100 1001 11 0 110000 11001000 101 110001

Color Harmonies of #788084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788084

Black with #788084

Text Example


Text Example

White with #788084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788084; }

 p { color: rgb(120,128,132); }

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

background-color css

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

 a { background-color: rgb(120,128,132); }

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

border-color css

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

 span { border-color: rgb(120,128,132); }

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