Html Css Color HEX #788182 Regent Grey

📋 copy color: '#788182'

red 120 ◦ green 129 ◦ blue 130

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

Shades of Regent Grey #788182

Tints of Regent Grey #788182

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.04%

 BLUE value IS 130 (51.17% from 255) = 34.3%

R = 31.66%
G = 34.04%
B = 34.3%

CMYK

 C value IS 0.08

 M value IS 0.01

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#788182 (or 0x788182) is known color: Regent Grey. HEX triplet: 78, 81 and 82. RGB value is (120,129,130). Sum of RGB (Red+Green+Blue) = 120+129+130=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 130 (51.17% from 255 or 34.30% from 379); Max value from RGB is 130 - color contains mainly: blue. Hex color #788182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788182 is #877E7D. Grayscale: #7E7E7E. Windows color (decimal): -8879742 or 8552824. OLE color: 8552824.

HSL color Cylindrical-coordinate representation of color #788182: hue angle of 186º degrees, saturation: 0.04, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #788182 is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 129 130 -
CMYK 0.08 0.01 0 0.49
HSL 186º 0.04% 0.49% -
HSV(B) 186º 0.08% 0.51% -
XYZ 19.63 21.31 24.2 -
YUV 126.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 120 129 130 0.08 0.01 0 0.49 186 0.04 0.49
Hex 78 81 82 8 1 0 31 BA 4 31
Octal 170 201 202 10 1 0 61 272 4 61
Binary 1111000 10000001 10000010 1000 1 0 110001 10111010 100 110001

Color Harmonies of #788182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788182

Black with #788182

Text Example


Text Example

White with #788182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788182; }

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

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

background-color css

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

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

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

border-color css

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

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

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