Html Css Color HEX #788281 Oslo Grey

📋 copy color: '#788281'

red 120 ◦ green 130 ◦ blue 129

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

Shades of Oslo Grey #788281

Tints of Oslo Grey #788281

RGB

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

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

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

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

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #788281: hue angle of 174º 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 #788281 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 130 129 -
CMYK 0.08 0 0.01 0.49
HSL 174º 0.04% 0.49% -
HSV(B) 174º 0.08% 0.51% -
XYZ 19.69 21.54 23.89 -
YUV 126.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 120 130 129 0.08 0 0.01 0.49 174 0.04 0.49
Hex 78 82 81 8 0 1 31 AE 4 31
Octal 170 202 201 10 0 1 61 256 4 61
Binary 1111000 10000010 10000001 1000 0 1 110001 10101110 100 110001

Color Harmonies of #788281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788281

Black with #788281

Text Example


Text Example

White with #788281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788281; }

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

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

background-color css

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

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

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

border-color css

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

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

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