#788683

Color #788683 Oslo Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oslo Grey #788683

Tints of Oslo Grey #788683

Color information

#788683 (or 0x788683) is unknown color: approx Oslo Grey. HEX triplet: 78, 86 and 83. RGB value is (120,134,131). Sum of RGB (Red+Green+Blue) = 120+134+131=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 134 - color contains mainly: green. Hex color #788683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788683 is #87797C. Grayscale: #818181. Windows color (decimal): -8878461 or 8619640. OLE color: 8619640.

HSL color Cylindrical-coordinate representation of color #788683: hue angle of 167.14º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #788683 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB120134131-
CMYK0.1000.020.47
HSL167.14º5.51%49.8%-
HSV(B)167.14º10.45%52.55%-
XYZ20.3722.6824.78-
YUV129.47128.86121.24-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 134 (52.73% from 255) = 34.81%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=31.17%
G=34.81%
B=34.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1201341310.1000.020.47167.145.5149.8
Hex788683A022Fa7632
Octal170206203120257247662
Binary11110001000011010000011101001010111110100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788683; }

 p { color: rgb(120,134,131); }

 H1.HeaderClassName
 {
   color: #788683;
 }
 .AnyTagClassName
 {
   color: #788683;
 }
</style>
background-color css

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

 a { background-color: rgb(120,134,131); }

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

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

 span { border-color: rgb(120,134,131); }

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