Html Css Color HEX #788180 Oslo Grey

📋 copy color: '#788180'

red 120 ◦ green 129 ◦ blue 128

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

Shades of Oslo Grey #788180

Tints of Oslo Grey #788180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 33.95%

R = 31.83%
G = 34.22%
B = 33.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#788180 (or 0x788180) is known color: Oslo Grey. HEX triplet: 78, 81 and 80. RGB value is (120,129,128). Sum of RGB (Red+Green+Blue) = 120+129+128=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 129 (50.78% from 255 or 34.22% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 129 - color contains mainly: green. Hex color #788180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788180 is #877E7F. Grayscale: #7E7E7E. Windows color (decimal): -8879744 or 8421752. OLE color: 8421752.

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

Color convert

RGB 120 129 128 -
CMYK 0.07 0 0.01 0.49
HSL 173.33º 0.04% 0.49% -
HSV(B) 173.33º 0.07% 0.51% -
XYZ 19.49 21.25 23.5 -
YUV 126.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 120 129 128 0.07 0 0.01 0.49 173.33 0.04 0.49
Hex 78 81 80 7 0 1 31 AD 4 31
Octal 170 201 200 7 0 1 61 255 4 61
Binary 1111000 10000001 10000000 111 0 1 110001 10101101 100 110001

Color Harmonies of #788180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788180

Black with #788180

Text Example


Text Example

White with #788180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788180; }

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

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

background-color css

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

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

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

border-color css

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

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

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